Home
last modified time | relevance | path

Searched defs:first (Results 1 - 25 of 64) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/
H A Don_heap.h35 static OnHeapMode Merge(OnHeapMode first, OnHeapMode second) in Merge() argument
H A Dtagged_array.cpp80 JSHandle<TaggedArray> TaggedArray::AppendSkipHole(const JSThread *thread, const JSHandle<TaggedArray> &first, in AppendSkipHole() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dmemory_coalescing.h29 Inst *first; member
H A Dphi_type_resolving.cpp135 auto *first = bb->GetFirstInst(); in PropagateTypeToPhi() local
H A Dscheduler.cpp283 Inst *first = nullptr; in ScheduleBasicBlock() local
363 ScheduleInstsBetweenBarriers(Inst *first, Inst *last) ScheduleInstsBetweenBarriers() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dhistogram-inl.h74 bool first = true; in GetTopDump() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.h80 void Out(F &&first, T &&...rest) in Out() argument
82 output_ << first; in Out() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string_iterator.cpp62 uint16_t first = EcmaStringAccessor(string.GetObject<EcmaString>()).Get<false>(position); in NextInternal() local
[all...]
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_deque_iterator.cpp51 uint32_t first = deque->GetFirst(); in Next() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
H A Dbuiltin_type_id.h129 size_t first = static_cast<size_t>(BuiltinTypeId::TYPED_ARRAY_FIRST); in IsTypedArrayType() local
/arkcompiler/runtime_core/assembler/
H A Dassembly-ins.cpp21 std::string panda::pandasm::Ins::RegsToString(bool &first, bool print_args, size_t first_arg_idx) const in RegsToString() argument
78 bool first in OperandsToString() local
[all...]
H A Dmangling.h69 bool first = true; in GetFunctionSignatureFromName() local
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-ins.cpp21 std::string ark::pandasm::Ins::RegsToString(bool &first, bool printArgs, size_t firstArgIdx) const in RegsToString() argument
78 bool first in OperandsToString() local
[all...]
H A Dmangling.h69 bool first = true; in GetFunctionSignatureFromName() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dcontainers_deque_stub_builder.h36 GateRef first = GetFirst(obj); in GetSize() local
46 GateRef first = GetFirst(obj); in Get() local
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dmem_hooks.cpp24 static bool first = true; member
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Drem_set_test.cpp116 auto first = testList.front(); in TEST_F() local
148 auto first = testList.front(); in TEST_F() local
189 auto first = testList.front(); in TEST_F() local
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_context_misc.cpp153 bool first = true; in ReprAnnotationItem() local
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dabsint.cpp175 bool first = true; in ComputeRegContext() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/
H A Dref_vector.h300 iterator erase(const_iterator first, const_iterator last) in erase() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgraph_editor.cpp187 GateRef first = acc_.GetValueIn(cur, 0); in EliminatePhi() local
/arkcompiler/ets_frontend/ets2panda/test/unit/dynamic/
H A Ddynamic_call_test.cpp78 auto first = MarkChainDynamic(obj); in ParseDynExpr() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dcallconv.cpp58 int8_t first = -1; in PushPopVRegs() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Double.cpp127 auto first = isUtf16 ? utf16Span[startIndex] : mutf8Span[startIndex]; in StdCoreDoubleParseInt() local
/arkcompiler/runtime_core/static_core/verification/type/
H A Dtype_type.h217 bool first = true; in ToString() local

Completed in 9 milliseconds

123