Searched refs:newProfileTypeInfoCell (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub-inl.h | 583 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 D | circuit_builder.cpp | 1395 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 D | stub_builder.cpp | 10213 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 D | js_function.cpp | 1067 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 D | runtime_stubs-inl.h | 1017 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 D | interpreter-inl.cpp | 1017 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