Home
last modified time | relevance | path

Searched refs:GetProfileTypeInfo (Results 1 - 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Djit_compiler.h73 profileTypeInfo_(jitTask->GetProfileTypeInfo()), in JitCompilerTask()
H A Djit_compilation_env.cpp222 auto profileTypeInfoVal = currFunc->GetProfileTypeInfo(); in GetJsFunctionByMethodOffset()
H A Dprofiler_stub_builder.cpp243 GateRef targetProfileInfo = GetProfileTypeInfo(target); in ProfileCall()
324 GateRef targetProfileInfo = GetProfileTypeInfo(target); in ProfileGetterSetterCall()
H A Dts_inline_lowering.cpp743 auto profileTIVal = calleeFunc->GetProfileTypeInfo(); in CalleePFIProcess()
H A Dcircuit_builder.cpp1365 GateRef CircuitBuilder::GetProfileTypeInfo(GateRef function) in GetProfileTypeInfo() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dcircuit_builder.h301 GateRef GetProfileTypeInfo(GateRef function);
H A Dstub_builder.h514 GateRef GetProfileTypeInfo(GateRef jsFunc);
H A Dnew_object_stub_builder.cpp1101 DEFVARIABLE(profileTypeInfo, VariableType::JS_ANY(), GetProfileTypeInfo(jsFunc)); in SetProfileTypeInfoCellToFunction()
H A Dstub_builder-inl.h3681 inline GateRef StubBuilder::GetProfileTypeInfo(GateRef jsFunc) in GetProfileTypeInfo() function in panda::ecmascript::kungfu::StubBuilder
H A Dstub_builder.cpp9099 DEFVARIABLE(profileTypeInfo, VariableType::JS_POINTER(), GetProfileTypeInfo(jsFunc)); in UpdateProfileTypeInfo()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter_assembly.h55 static JSTaggedValue GetProfileTypeInfo(JSTaggedType *sp);
H A Dfast_runtime_stub-inl.h298 state->profileTypeInfo = ctorHandle->GetProfileTypeInfo(); in NewThisObject()
H A Dinterpreter_assembly.cpp3618 state->profileTypeInfo = superCtorFunc->GetProfileTypeInfo();
3761 state->profileTypeInfo = superCtorFunc->GetProfileTypeInfo();
3949 state->profileTypeInfo = ctorFunc->GetProfileTypeInfo();
6390 profileTypeArray = ProfileTypeInfo::Cast(GetProfileTypeInfo(sp).GetTaggedObject());
6462 profileTypeArray = ProfileTypeInfo::Cast(GetProfileTypeInfo(sp).GetTaggedObject());
6533 profileTypeArray = ProfileTypeInfo::Cast(GetProfileTypeInfo(sp).GetTaggedObject());
6594 profileTypeArray = ProfileTypeInfo::Cast(GetProfileTypeInfo(sp).GetTaggedObject());
7101 state->profileTypeInfo = superCtorFunc->GetProfileTypeInfo();
7244 state->profileTypeInfo = superCtorFunc->GetProfileTypeInfo();
7420 state->profileTypeInfo = ctorFunc->GetProfileTypeInfo();
[all...]
H A Dinterpreter-inl.cpp745 state->profileTypeInfo = thisFunc->GetProfileTypeInfo(); in Execute()
832 state->profileTypeInfo = func->GetProfileTypeInfo(); in GeneratorReEnterInterpreter()
1482 state->profileTypeInfo = func->GetProfileTypeInfo(); in RunInternal()
3343 state->profileTypeInfo = superCtorFunc->GetProfileTypeInfo(); in RunInternal()
3479 state->profileTypeInfo = superCtorFunc->GetProfileTypeInfo(); in RunInternal()
3615 state->profileTypeInfo = superCtorFunc->GetProfileTypeInfo(); in RunInternal()
3751 state->profileTypeInfo = superCtorFunc->GetProfileTypeInfo(); in RunInternal()
4156 state->profileTypeInfo = ctorFunc->GetProfileTypeInfo(); in RunInternal()
4292 state->profileTypeInfo = ctorFunc->GetProfileTypeInfo(); in RunInternal()
4427 state->profileTypeInfo = ctorFunc->GetProfileTypeInfo(); in RunInternal()
[all...]
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_task.cpp94 auto profile = jsFunction_->GetProfileTypeInfo(); in InstallOsrCode()
359 JSTaggedValue profileTypeInfoVal = jsFunction_->GetProfileTypeInfo(); in CloneProfileTypeInfo()
H A Djit_task.h129 JSHandle<ProfileTypeInfo> GetProfileTypeInfo() const in GetProfileTypeInfo() function in panda::ecmascript::JitTask
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.cpp438 auto profileTypeInfo = function->GetProfileTypeInfo(); in Dump()
546 JSTaggedValue profileTypeInfoVal = jsFunc->GetProfileTypeInfo(); in ResetJitHotness()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.cpp433 return JSTaggedValue(func0->GetProfileTypeInfo() == func1->GetProfileTypeInfo()); in IsSameProfileTypeInfo()
444 return JSTaggedValue(func->GetProfileTypeInfo().IsTaggedArray()); in IsProfileTypeInfoValid()
999 auto prof = func->GetProfileTypeInfo();
/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.h328 JSTaggedValue GetProfileTypeInfo() const in GetProfileTypeInfo() function in panda::ecmascript::JSFunction
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp312 auto profileTypeInfoVal = function->GetProfileTypeInfo(); in UpdateTrackInfo()
731 JSTaggedValue profileTypeInfoVal = function->GetProfileTypeInfo(); in ProfileBytecode()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp1551 auto profileTypeInfo = thisFunc->GetProfileTypeInfo(); in DEF_RUNTIME_STUBS()
1581 auto profileTypeInfo = thisFunc->GetProfileTypeInfo(); in DEF_RUNTIME_STUBS()
H A Druntime_stubs-inl.h1004 auto profileTypeInfo = jsFunc->GetProfileTypeInfo(); in SetProfileTypeInfoCellToFunction()

Completed in 87 milliseconds