Searched refs:ComputeNonInlinedFastPropsCapacity (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object-inl.h | 406 inline uint32_t JSObject::ComputeNonInlinedFastPropsCapacity(JSThread *thread, uint32_t oldCapacity, in ComputeNonInlinedFastPropsCapacity() function
|
| D | js_object.h | 793 static uint32_t ComputeNonInlinedFastPropsCapacity(JSThread *thread, uint32_t oldCapacity,
|
| D | object_fast_operator-inl.h | 933 uint32_t capacity = JSObject::ComputeNonInlinedFastPropsCapacity(thread, length, in AddPropertyByName()
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime_stub-inl.h | 343 uint32_t newLen = JSObject::ComputeNonInlinedFastPropsCapacity(thread, capacity, in StoreWithTransition()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 630 GateRef ComputeNonInlinedFastPropsCapacity(GateRef glue, GateRef oldLength,
|
| D | stub_builder.cpp | 1077 GateRef StubBuilder::ComputeNonInlinedFastPropsCapacity(GateRef glue, GateRef oldLength, in ComputeNonInlinedFastPropsCapacity() function in panda::ecmascript::kungfu::StubBuilder 1540 GateRef capacity = ComputeNonInlinedFastPropsCapacity(glue, *length, in AddPropertyByName() 3097 …GateRef newLen = ComputeNonInlinedFastPropsCapacity(glue, capacity, maxNonInlinedFastPropsCapacity… in StoreWithTransition()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 455 uint32_t newLen = JSObject::ComputeNonInlinedFastPropsCapacity(thread, capacity, in DEF_RUNTIME_STUBS()
|