Home
last modified time | relevance | path

Searched defs:transition (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp623 …tOperator::SetFound(uint32_t index, JSTaggedValue value, uint32_t attr, bool mode, bool transition) in SetFound()
632 void ObjectOperator::UpdateFound(uint32_t index, uint32_t attr, bool mode, bool transition) in UpdateFound()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1439 …uilder::SetTransitionsToHClass(VariableType type, GateRef glue, GateRef hClass, GateRef transition) in SetTransitionsToHClass()
Dstub_builder.cpp2338 GateRef transition = Load(VariableType::JS_POINTER(), hclass, transitionOffset); in FindTransitions() local