Home
last modified time | relevance | path

Searched refs:newProfileTypeInfoCell (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h583 GateRef newProfileTypeInfoCell = newBuilder.NewProfileTypeInfoCell(glue, Undefined()); in UpdateProfileTypeInfoCellToFunction() local
584 SetValueToTaggedArray(VariableType::JS_ANY(), glue, profileTypeInfo, slotId, newProfileTypeInfoCell, in UpdateProfileTypeInfoCellToFunction() local
586 SetRawProfileTypeInfoToFunction(glue, function, newProfileTypeInfoCell, in UpdateProfileTypeInfoCellToFunction()
H A Dcircuit_builder.cpp1395 GateRef newProfileTypeInfoCell = newBuilder.NewProfileTypeInfoCell(glue, Undefined()); in UpdateProfileTypeInfoCellToFunction() local
1396 SetValueToTaggedArray(VariableType::JS_ANY(), glue, profileTypeInfo, slotId, newProfileTypeInfoCell); in UpdateProfileTypeInfoCellToFunction() local
1397 SetRawProfileTypeInfoToFunction(glue, function, newProfileTypeInfoCell); in UpdateProfileTypeInfoCellToFunction()
H A Dstub_builder.cpp10213 GateRef newProfileTypeInfoCell = newBuilder.NewProfileTypeInfoCell(glue, Undefined()); in UpdateProfileTypeInfoCellToFunction() local
10214 SetValueToTaggedArray(VariableType::JS_ANY(), glue, profileTypeInfo, slotId, newProfileTypeInfoCell); in UpdateProfileTypeInfoCellToFunction() local
10215 SetRawProfileTypeInfoToFunction(glue, function, newProfileTypeInfoCell); in UpdateProfileTypeInfoCellToFunction()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.cpp1067 JSHandle<ProfileTypeInfoCell> newProfileTypeInfoCell = in UpdateProfileTypeInfoCell() local
1069 literalFunc->SetRawProfileTypeInfo(thread, newProfileTypeInfoCell); in UpdateProfileTypeInfoCell()
1070 targetFunc->SetRawProfileTypeInfo(thread, newProfileTypeInfoCell); in UpdateProfileTypeInfoCell()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1017 JSHandle<ProfileTypeInfoCell> newProfileTypeInfoCell = in SetProfileTypeInfoCellToFunction() local
1019 profileTypeArray->Set(thread, slotId, newProfileTypeInfoCell); in SetProfileTypeInfoCellToFunction()
1020 definedFunc->SetRawProfileTypeInfo(thread, newProfileTypeInfoCell); in SetProfileTypeInfoCellToFunction()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp1017 JSHandle<ProfileTypeInfoCell> newProfileTypeInfoCell = in UpdateProfileTypeInfoCellToFunction() local
1019 profileTypeArray->Set(thread, slotId, newProfileTypeInfoCell); in UpdateProfileTypeInfoCellToFunction()
1020 function->SetRawProfileTypeInfo(thread, newProfileTypeInfoCell); in UpdateProfileTypeInfoCellToFunction()

Completed in 46 milliseconds