Home
last modified time | relevance | path

Searched defs:funcObj (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.cpp71 compiler::VReg funcObj = pg->AllocReg(); in CompileSuperCallWithSpreadArgs() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp7446 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7602 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7612 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7622 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7632 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7770 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7780 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7790 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7800 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1389 void PandaGen::SuperCallForwardAllArgs(const ir::AstNode *node, VReg funcObj) in SuperCallForwardAllArgs()
1478 void PandaGen::CreateGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateGeneratorObj()
1483 void PandaGen::CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateAsyncGeneratorObj()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp1173 void PandaGen::CreateGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateGeneratorObj()
1178 void PandaGen::CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateAsyncGeneratorObj()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp1046 JSHandle<JSFunction> funcObj = JSHandle<JSFunction>::Cast(obj); in FunctionGetInferredName() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1362 extern "C" bool DecrementHotnessCounterDyn(Method *method, TaggedValue funcObj, ManagedThread *thre… in DecrementHotnessCounterDyn()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2373 JSHandle<JSFunction> funcObj = JSHandle<JSFunction>::Cast(func); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp1454 int8_t funcObj = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
Dbaseline_stubs.cpp5410 GateRef funcObj = GetFunctionFromFrame(GetFrame(sp)); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp5571 GateRef funcObj = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local