Home
last modified time | relevance | path

Searched defs:currentFunc (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp3389 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
3398 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
3646 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
3966 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
3977 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
3988 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4001 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4137 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4174 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4213 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
[all …]
Dinterpreter_stub-inl.h336 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in GetModule() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp41 JSTaggedValue currentFunc = frameHandler.GetFunction(); in GetCurrentModule() local
601 JSTaggedValue ModuleManager::GetModuleNamespace(int32_t index, JSTaggedValue currentFunc) in GetModuleNamespace()
656 JSTaggedValue ModuleManager::GetModuleNamespace(JSTaggedValue localName, JSTaggedValue currentFunc) in GetModuleNamespace()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stub_builder.h174 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in GetModule() local
Dbaseline_stubs-inl.h202 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in GetModule() local
Dbaseline_stubs.cpp1520 GateRef currentFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
1550 GateRef currentFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
1996 GateRef currentFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
2013 GateRef currentFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
3802 GateRef currentFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
4188 GateRef currentFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
4753 GateRef currentFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
5405 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in GenerateCircuit() local
5587 GateRef currentFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1030 const ir::MethodDefinition *const currentFunc) in CheckIdenticalOverloads()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp4944 JSFunction *currentFunc = JSFunction::Cast((GET_FRAME(sp)->function).GetTaggedObject()); in RunInternal() local
4967 JSFunction *currentFunc = JSFunction::Cast((GET_FRAME(sp)->function).GetTaggedObject()); in RunInternal() local
7820 JSFunction *currentFunc = JSFunction::Cast((GET_FRAME(sp)->function).GetTaggedObject()); in GetEcmaModule() local
Dslow_runtime_stub.cpp985 …lowRuntimeStub::DynamicImport(JSThread *thread, JSTaggedValue specifier, JSTaggedValue currentFunc) in DynamicImport()
Dinterpreter_assembly.cpp6955 JSFunction *currentFunc = in HandleDefinefuncImm16Id16Imm8() local
6977 JSFunction *currentFunc = in HandleDefinefuncImm8Id16Imm8() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp384 MIRFunction *currentFunc = GetCurrentFunction(); in GetOrCreateLocalDecl() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h836 JSTaggedValue currentFunc = frameHandler.GetFunction(); in RuntimeResolveClass() local
Druntime_stubs.cpp2692 …JSHandle<JSTaggedValue> currentFunc = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the zero… in DEF_RUNTIME_STUBS() local