Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp3343 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
3352 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
3600 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
3920 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
3931 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
3942 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
3955 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4091 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4128 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4167 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.cpp37 JSTaggedValue currentFunc = frameHandler.GetFunction(); in GetCurrentModule() local
460 JSTaggedValue ModuleManager::GetModuleNamespace(int32_t index, JSTaggedValue currentFunc) in GetModuleNamespace()
506 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.h203 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in GetModule() local
Dbaseline_stubs.cpp1524 GateRef currentFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
1557 GateRef currentFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
2019 GateRef currentFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
3094 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in GenerateCircuit() local
3796 GateRef currentFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
4182 GateRef currentFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
4747 GateRef currentFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
5399 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in GenerateCircuit() local
5581 GateRef currentFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp140 MIRFunction *currentFunc = GetCurrentFunction(); in GetOrCreateLocalDecl() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1061 const ir::MethodDefinition *const currentFunc) in CheckIdenticalOverloads()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp4966 JSFunction *currentFunc = JSFunction::Cast((GET_FRAME(sp)->function).GetTaggedObject()); in RunInternal() local
4989 JSFunction *currentFunc = JSFunction::Cast((GET_FRAME(sp)->function).GetTaggedObject()); in RunInternal() local
7907 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.cpp6974 JSFunction *currentFunc = in HandleDefinefuncImm16Id16Imm8() local
6996 JSFunction *currentFunc = in HandleDefinefuncImm8Id16Imm8() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h863 JSTaggedValue currentFunc = frameHandler.GetFunction(); in RuntimeResolveClass() local
Druntime_stubs.cpp2746 …JSHandle<JSTaggedValue> currentFunc = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the zero… in DEF_RUNTIME_STUBS() local