Home
last modified time | relevance | path

Searched defs:ele (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp132 for (const auto &ele : iter->second) { in TopologicalSortForRecords() local
Dcompilation_driver.h239 for (const auto &ele : dependNames) { in UpdateResolveDepends() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dbcopt_type_adaption_test.cpp42 const auto *ele = eles[0].GetValue(); in ExtractTypeinfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp119 GateRef ele = GetTaggedValueWithElementsKind(thisValue, *i); in Concat() local
138 GateRef ele = GetTaggedValueWithElementsKind(arg0, *k); in Concat() local
655 GateRef ele = GetTaggedValueWithElementsKind(thisValue, Int64Add(*idx, *start)); in Slice() local
Dlinked_hashtable_stub_builder.cpp90 GateRef ele = GetElement(linkedTable, Int32Add(fromIndex, *j)); in Rehash() local
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1348 pandasm::AnnotationElement ele(ELEMENT_NAME, std::make_unique<pandasm::ScalarValue>( in MakeSlotNumberAnnotation() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp449 JSMutableHandle<JSTaggedValue> ele(thread, JSTaggedValue::Undefined()); in Concat() local