Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp3536 GateRef currentFunc = GetFunctionFromFrame(glue, frame); in DECLARE_ASM_HANDLER() local
3547 GateRef currentFunc = GetFunctionFromFrame(glue, frame); in DECLARE_ASM_HANDLER() local
3804 GateRef currentFunc = GetFunctionFromFrame(glue, frame); in DECLARE_ASM_HANDLER() local
4129 GateRef currentFunc = GetFunctionFromFrame(glue, GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4147 GateRef currentFunc = GetFunctionFromFrame(glue, GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4176 GateRef currentFunc = GetFunctionFromFrame(glue, GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4187 GateRef currentFunc = GetFunctionFromFrame(glue, GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4198 GateRef currentFunc = GetFunctionFromFrame(glue, GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4218 GateRef currentFunc = GetFunctionFromFrame(glue, GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4365 GateRef currentFunc = GetFunctionFromFrame(glue, frame); in DECLARE_ASM_HANDLER() local
[all …]
Dinterpreter_stub-inl.h341 GateRef currentFunc = GetFunctionFromFrame(glue, GetFrame(sp)); in GetModule() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stub_builder.h175 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in GetModule() local
Dbaseline_stubs-inl.h202 GateRef currentFunc = GetFunctionFromFrame(glue, GetFrame(sp)); in GetModule() local
Dbaseline_stubs.cpp1530 GateRef currentFunc = GetFunctionFromFrame(glue, frame); in GenerateCircuit() local
1561 GateRef currentFunc = GetFunctionFromFrame(glue, frame); in GenerateCircuit() local
2021 GateRef currentFunc = GetFunctionFromFrame(glue, frame); in GenerateCircuit() local
2038 GateRef currentFunc = GetFunctionFromFrame(glue, frame); in GenerateCircuit() local
3097 GateRef currentFunc = GetFunctionFromFrame(glue, GetFrame(sp)); in GenerateCircuit() local
3805 GateRef currentFunc = GetFunctionFromFrame(glue, frame); in GenerateCircuit() local
4191 GateRef currentFunc = GetFunctionFromFrame(glue, frame); in GenerateCircuit() local
4760 GateRef currentFunc = GetFunctionFromFrame(glue, frame); in GenerateCircuit() local
5415 GateRef currentFunc = GetFunctionFromFrame(glue, GetFrame(sp)); in GenerateCircuit() local
5599 GateRef currentFunc = GetFunctionFromFrame(glue, frame); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_value_accessor.cpp163 JSTaggedValue currentFunc = frameHandler.GetFunction(); in GetCurrentModule() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp140 MIRFunction *currentFunc = GetCurrentFunction(); in GetOrCreateLocalDecl() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp5005 JSFunction *currentFunc = JSFunction::Cast((GET_FRAME(sp)->function).GetTaggedObject()); in RunInternal() local
5031 JSFunction *currentFunc = JSFunction::Cast((GET_FRAME(sp)->function).GetTaggedObject()); in RunInternal() local
7973 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.cpp7031 JSFunction *currentFunc = in HandleDefinefuncImm16Id16Imm8() local
7053 JSFunction *currentFunc = in HandleDefinefuncImm8Id16Imm8() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1316const ir::MethodDefinition *const currentFunc, bool omitSameAsm) in CheckIdenticalOverloads()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h867 JSTaggedValue currentFunc = frameHandler.GetFunction(); in RuntimeResolveClass() local
Druntime_stubs.cpp2841 …JSHandle<JSTaggedValue> currentFunc = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the zero… in DEF_RUNTIME_STUBS() local