Home
last modified time | relevance | path

Searched refs:DefineFunc (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h376 V(DefineFunc) \
H A Druntime_stubs.cpp2470 DEF_RUNTIME_STUBS(DefineFunc) in DEF_RUNTIME_STUBS()
2472 RUNTIME_STUBS_HEADER(DefineFunc); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h149 static JSTaggedValue DefineFunc(JSThread *thread, JSTaggedValue constPool, uint16_t methodId,
H A Dslow_runtime_stub.cpp951 JSTaggedValue SlowRuntimeStub::DefineFunc(JSThread *thread, JSTaggedValue constPool, uint16_t methodId, in DefineFunc() function in panda::ecmascript::SlowRuntimeStub
955 INTERPRETER_TRACE(thread, DefineFunc); in DefineFunc()
H A Dinterpreter-inl.cpp4977 auto res = SlowRuntimeStub::DefineFunc(thread, constpool, methodId, currentFunc->GetModule(), in RunInternal()
5000 auto res = SlowRuntimeStub::DefineFunc(thread, constpool, methodId, currentFunc->GetModule(), in RunInternal()
H A Dinterpreter_assembly.cpp6965 auto res = SlowRuntimeStub::DefineFunc(thread, constpool, methodId, GetModule(sp),
6987 auto res = SlowRuntimeStub::DefineFunc(thread, constpool, methodId, GetModule(sp),
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h80 V(DefineFunc) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp4819 GateRef result = DefineFunc(glue, constpool, ZExtInt16ToInt32(methodId)); in DECLARE_ASM_HANDLER()
4872 GateRef result = DefineFunc(glue, constpool, ZExtInt16ToInt32(methodId)); in DECLARE_ASM_HANDLER()
5481 GateRef result = DefineFunc(glue, constpool, ZExtInt16ToInt32(methodId)); in DECLARE_ASM_HANDLER()
5510 GateRef result = DefineFunc(glue, constpool, ZExtInt16ToInt32(methodId)); in DECLARE_ASM_HANDLER()
H A Dstub_builder.h1019 GateRef DefineFunc(GateRef glue, GateRef constpool, GateRef index,
H A Dnew_object_stub_builder.cpp1055 result->WriteVariable(DefineFunc(glue, constPool, index, targetKind)); in NewJSFunction()
H A Dstub_builder.cpp10117 GateRef StubBuilder::DefineFunc(GateRef glue, GateRef constpool, GateRef index, FunctionKind targetKind) in DefineFunc() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1512 GateRef result = DefineFunc(glue, constpool, methodId); in GenerateCircuit()
1542 GateRef result = DefineFunc(glue, constpool, methodId); in GenerateCircuit()

Completed in 83 milliseconds