Home
last modified time | relevance | path

Searched refs:calleeFunc (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_function_test.cpp120 JSHandle<JSFunction> calleeFunc = in HWTEST_F_L0() local
122 calleeFunc->SetCallable(true); in HWTEST_F_L0()
123 JSHandle<JSTaggedValue> calleeValue(calleeFunc); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Djit_compilation_env.cpp126 auto calleeFunc = GetJsFunctionByMethodOffset(methodOffset); in GetConstantPoolByMethodOffset() local
127 if (!calleeFunc) { in GetConstantPoolByMethodOffset()
130 constpool = Method::Cast(calleeFunc->GetMethod())->GetConstantPool(); in GetConstantPoolByMethodOffset()
H A Dts_inline_lowering.cpp737 JSFunction *calleeFunc = jitCompilationEnv->GetJsFunctionByMethodOffset(methodOffset); in CalleePFIProcess() local
738 if (!calleeFunc) { in CalleePFIProcess()
741 auto calleeMethod = Method::Cast(calleeFunc->GetMethod()); in CalleePFIProcess()
743 auto profileTIVal = calleeFunc->GetProfileTypeInfo(); in CalleePFIProcess()
751 auto calleeAbcId = PGOProfiler::GetMethodAbcId(calleeFunc); in CalleePFIProcess()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_object_test.cpp797 JSHandle<JSFunction> calleeFunc = thread->GetEcmaVM()->GetFactory()->NewJSFunction( in HWTEST_F_L0() local
799 calleeFunc->GetClass()->SetCallable(true); in HWTEST_F_L0()
800 JSHandle<JSTaggedValue> calleeValue(calleeFunc); in HWTEST_F_L0()

Completed in 5 milliseconds