Searched refs:DefineFunc (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 376 V(DefineFunc) \
|
H A D | runtime_stubs.cpp | 2470 DEF_RUNTIME_STUBS(DefineFunc) in DEF_RUNTIME_STUBS() 2472 RUNTIME_STUBS_HEADER(DefineFunc); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 149 static JSTaggedValue DefineFunc(JSThread *thread, JSTaggedValue constPool, uint16_t methodId,
|
H A D | slow_runtime_stub.cpp | 951 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 D | interpreter-inl.cpp | 4977 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 D | interpreter_assembly.cpp | 6965 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 D | runtime_call_id.h | 80 V(DefineFunc) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.cpp | 4819 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 D | stub_builder.h | 1019 GateRef DefineFunc(GateRef glue, GateRef constpool, GateRef index,
|
H A D | new_object_stub_builder.cpp | 1055 result->WriteVariable(DefineFunc(glue, constPool, index, targetKind));
in NewJSFunction()
|
H A D | stub_builder.cpp | 10117 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 D | baseline_stubs.cpp | 1512 GateRef result = DefineFunc(glue, constpool, methodId); in GenerateCircuit() 1542 GateRef result = DefineFunc(glue, constpool, methodId); in GenerateCircuit()
|
Completed in 83 milliseconds