Searched defs: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
|
| 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
|
| 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
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_function.cpp | 1067 JSHandle<ProfileTypeInfoCell> newProfileTypeInfoCell = in UpdateProfileTypeInfoCell() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 1017 JSHandle<ProfileTypeInfoCell> newProfileTypeInfoCell = in SetProfileTypeInfoCellToFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | interpreter-inl.cpp | 1017 JSHandle<ProfileTypeInfoCell> newProfileTypeInfoCell = in UpdateProfileTypeInfoCellToFunction() local
|
Completed in 43 milliseconds