Home
last modified time | relevance | path

Searched defs:stubId (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp701 StubIdType stubId = RTSTUB_ID(CallRuntime); in VisitRuntimeCall() local
780 StubIdType stubId = RTSTUB_ID(CallRuntimeWithArgv); in VisitRuntimeCallWithArgv() local
2920 StubIdType stubId = RTSTUB_ID(DeoptHandlerAsm); in GenDeoptEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1456 StubIdType stubId = RTSTUB_ID(CallRuntime); in VisitRuntimeCall() local
1571 StubIdType stubId = RTSTUB_ID(CallRuntimeWithArgv); in VisitRuntimeCallWithArgv() local
2863 StubIdType stubId = RTSTUB_ID(DeoptHandlerAsm); in GenDeoptEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp608 void TypedNativeInlineLowering::LowerGeneralUnaryMath(GateRef gate, RuntimeStubCSigns::ID stubId) in LowerGeneralUnaryMath()
2050 void TypedNativeInlineLowering::LowerGeneralWithoutArgs(GateRef gate, RuntimeStubCSigns::ID stubId) in LowerGeneralWithoutArgs()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp916 Register actualArgC, Register jsfunc, int stubId) in JSBoundFunctionCallInternal()