Home
last modified time | relevance | path

Searched defs:last (Results 1 - 25 of 60) sorted by relevance

123

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DsequenceExpressionHasLastType.cpp27 const auto *last = expr->Sequence().back(); in operator ()() local
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Dirtoc_runtime.h72 auto last = exit->GetLastInst(); variable
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DregSpiller.cpp102 const auto last = spills_.back().Reversed(); in Restore() local
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_deque_iterator.cpp52 uint32_t last = deque->GetLast(); in Next() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
H A Dbuiltin_type_id.h130 size_t last = static_cast<size_t>(BuiltinTypeId::TYPED_ARRAY_LAST); in IsTypedArrayType() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dcontainers_deque_stub_builder.h37 GateRef last = GetLast(obj); in GetSize() local
H A Dcontainers_stub_builder.cpp328 GateRef last = dequeBuilder.GetLast(*thisObj); in DequeCommonFuncCall() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmark_stack.h127 Area *last = areaList_.PopBack(); in PopBack() local
H A Dspace.cpp272 Region *last = hugeNeedFreeList_.PopBack(); in ReclaimHugeRegion() local
H A Dlinear_space.cpp406 Region *last = GetCurrentRegion(); in SetWaterLine() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dcondition_chain.h105 auto last = begin_ + size_; in Contains() local
H A Dlicm_conditions.cpp101 auto last = chain->GetEnd(); in IsHoistable() local
H A Dscheduler.cpp292 Inst *last = nullptr; in ScheduleBasicBlock() local
363 uint32_t Scheduler::ScheduleInstsBetweenBarriers(Inst *first, Inst *last) in ScheduleInstsBetweenBarriers() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dinlining_test.cpp735 auto *last = bb->GetLastInst(); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/
H A Dbase64.h38 auto last = input.end() - 1; in DecodedSize() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dcard_table_test.cpp270 uintptr_t last = GetMinAddress() + GetPoolSize() - 1; in TEST_F() 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_frontend/ets2panda/test/unit/public/
H A Dast_verifier_short_test.cpp253 auto *last = Tree(Node<NumberLiteral>(Number {3})); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.cpp148 auto last = aotHCInfoArray->Get(aotHCInfoArray->GetLength() - 1); in MergeObjectLiteralHClassCache() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dcleanup.cpp207 auto last = pred->GetLastInst(); in ProcessBB() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_barrier_set.cpp175 void GCG1BarrierSet::Invalidate(CardTable::CardPtr begin, CardTable::CardPtr last) in Invalidate() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_sendable_arraybuffer.cpp144 int32_t last = 0; in Slice() local
H A Dbuiltins_sharedarraybuffer.cpp183 int32_t last = 0; in Slice() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecodes.cpp558 auto last = (static_cast<uint16_t>(Bytecodes::LAST_CALLRUNTIME_OPCODE) & OPCODE_MASK) >> BYTE_SIZE; in Bytecodes() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcfgo.cpp255 Insn *last = curBB.GetLastMachineInsn(); in Optimize() local

Completed in 16 milliseconds

123