Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp701 …tOperator::SetFound(uint32_t index, JSTaggedValue value, uint32_t attr, bool mode, bool transition) in SetFound()
710 void ObjectOperator::UpdateFound(uint32_t index, uint32_t attr, bool mode, bool transition) in UpdateFound()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1767 Label transition(env); in ICStoreElement() local
2625 GateRef transition = Load(VariableType::JS_POINTER(), hclass, transitionOffset); in FindTransitions() local
Dstub_builder-inl.h1567 …uilder::SetTransitionsToHClass(VariableType type, GateRef glue, GateRef hClass, GateRef transition) in SetTransitionsToHClass()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js61810 _interrupt({from: t, transition: e, requires: i}) { property