Home
last modified time | relevance | path

Searched refs:callId (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/toolchain/tooling/
H A Ddispatcher.cpp48 int32_t callId; in DispatchRequest() local
49 ret = json->GetInt("id", &callId); in DispatchRequest()
55 callId_ = callId; in DispatchRequest()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
H A Djs_interop_inst_builder.cpp114 RuntimeInterface::IntrinsicId callId = RuntimeInterface::IntrinsicId::INTRINSIC_COMPILER_JS_CALL_FUNCTION; in CreateInteropCallIntrinsic() local
116 callId = RuntimeInterface::IntrinsicId::INTRINSIC_COMPILER_JS_NEW_INSTANCE; in CreateInteropCallIntrinsic()
118 return GetGraph()->CreateInstIntrinsic(DataType::POINTER, pc, callId); in CreateInteropCallIntrinsic()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/compiler/
H A Dinterop_intrinsics_opt_test.cpp51 void BuildCall(size_t callId, size_t ssId) in BuildCall() argument
54 INST(callId, Opcode::CallStatic).v0id().InputsAutoType(ssId); in BuildCall()

Completed in 3 milliseconds