Home
last modified time | relevance | path

Searched defs:jsCall (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
Djs_interop_inst_builder.cpp105 … RuntimeInterface::MethodPtr method, Inst *jsCall, in BuildReturnValueConvertInteropIntrinsic()
153 auto jsCall = GetGraph()->CreateInstIntrinsic(DataType::POINTER, pc, callId); in BuildInteropCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp309 Label jsCall; in GenJSCall() local
570 …dCall::JSBoundFunctionCallInternal(ExtendedAssembler *assembler, Register jsFuncReg, Label *jsCall) in JSBoundFunctionCallInternal()