Home
last modified time | relevance | path

Searched defs:iteratorHClass (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp2051 GateRef iteratorHClass = GetGlobalConstantValue(VariableType::JS_POINTER(), glue_, iterClassIdx); in CreateJSCollectionIterator() local
2094 GateRef iteratorHClass = GetGlobalConstantValue(VariableType::JS_POINTER(), glue_, iterClassIdx); in CreateJSTypedArrayIterator() local
H A Dtyped_native_inline_lowering.cpp430 iteratorHClass, MemoryAttribute::NeedBarrierAndAtomic()); in AllocateArrayIterator() local
484 GateRef iteratorHClass = builder_.GetGlobalConstantValue(ConstantIndex::JS_ARRAY_ITERATOR_CLASS_INDEX); in LowerTypedArrayIterator() local
486 builder_.Store(VariableType::JS_POINTER(), glue, iteratorHClass, offset, prototype); in LowerTypedArrayIterator() local
3163 GateRef iteratorHClass = builder_.GetGlobalConstantValue(ConstantIndex::JS_ARRAY_ITERATOR_CLASS_INDEX); in LowerArrayIteratorBuiltin() local
3165 builder_.Store(VariableType::JS_POINTER(), glue, iteratorHClass, offset, prototype); in LowerArrayIteratorBuiltin() local
416 AllocateArrayIterator(GateRef glue, GateRef self, GateRef iteratorHClass, IterationKind iterationKind) AllocateArrayIterator() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_array_stub_builder.cpp2105 GateRef iteratorHClass = GetGlobalConstantValue(VariableType::JS_POINTER(), glue, iterClassIdx); in Values() local
2112 SetPrototypeToHClass(VariableType::JS_POINTER(), glue, iteratorHClass, prototype); in Values() local

Completed in 28 milliseconds