Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp975 …tOperator::SetFound(uint32_t index, JSTaggedValue value, uint64_t attr, bool mode, bool transition) in SetFound()
984 void ObjectOperator::UpdateFound(uint32_t index, uint64_t attr, bool mode, bool transition) in UpdateFound()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2890 Label transition(env); in ICStoreElement() local
4254 GateRef transition = Load(VariableType::JS_POINTER(), hclass, transitionOffset); in FindTransitions() local
Dstub_builder-inl.h2266 …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