Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp7371 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7527 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7537 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7675 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7685 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7695 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
7705 JSTaggedValue funcObj = GetFunction(sp); in RunInternal() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1459 void PandaGen::CreateGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateGeneratorObj()
1464 void PandaGen::CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateAsyncGeneratorObj()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp1219 void PandaGen::CreateGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateGeneratorObj()
1224 void PandaGen::CreateAsyncGeneratorObj(const ir::AstNode *node, VReg funcObj) in CreateAsyncGeneratorObj()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp912 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.cpp2319 JSHandle<JSFunction> funcObj = JSHandle<JSFunction>::Cast(func); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp1440 int8_t funcObj = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
Dbaseline_stubs.cpp5416 GateRef funcObj = GetFunctionFromFrame(GetFrame(sp)); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp5591 GateRef funcObj = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local