Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp2981 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
2990 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
3210 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
3693 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
3726 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
3761 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4080 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4092 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4104 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4116 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
[all …]
Dinterpreter_stub-inl.h295 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in GetModule() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp629 JSTaggedValue ModuleManager::GetModuleNamespace(int32_t index, JSTaggedValue currentFunc) in GetModuleNamespace()
680 JSTaggedValue ModuleManager::GetModuleNamespace(JSTaggedValue localName, JSTaggedValue currentFunc) in GetModuleNamespace()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h4917 JSFunction *currentFunc = JSFunction::Cast((GET_FRAME(sp)->function).GetTaggedObject()); in RunInternal() local
4935 JSFunction *currentFunc = JSFunction::Cast((GET_FRAME(sp)->function).GetTaggedObject()); in RunInternal() local
7606 JSFunction *currentFunc = JSFunction::Cast((GET_FRAME(sp)->function).GetTaggedObject()); in GetEcmaModule() local
Dslow_runtime_stub.cpp1002 …lowRuntimeStub::DynamicImport(JSThread *thread, JSTaggedValue specifier, JSTaggedValue currentFunc) in DynamicImport()
Dinterpreter_assembly.cpp6745 JSFunction *currentFunc = in HandleDefinefuncImm16Id16Imm8() local
6767 JSFunction *currentFunc = in HandleDefinefuncImm8Id16Imm8() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp379 MIRFunction *currentFunc = GetCurrentFunction(); in GetOrCreateLocalDecl() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp755 const ir::MethodDefinition *const currentFunc) in CheckIdenticalOverloads()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2395 …JSHandle<JSTaggedValue> currentFunc = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the zero… in DEF_RUNTIME_STUBS() local