Home
last modified time | relevance | path

Searched defs:tail (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dlock_free_queue.cpp26 Node *tail = tail_.load(std::memory_order_acquire); in Push() local
55 Node *tail = tail_.load(std::memory_order_acquire); in Pop() local
88 Node *tail = tail_.load(std::memory_order_acquire); in FindValue() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_queue.cpp28 uint32_t tail = queue->GetTail(); in Add() local
43 uint32_t tail = obj->GetTail(); in GrowCapacity() local
165 uint32_t tail = obj->GetTail(); in OwnKeys() local
184 uint32_t tail = obj->GetTail(); in OwnEnumKeys() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_waiters_list.h102 auto *tail = tail_.exchange(nullptr, std::memory_order_acq_rel); in RestockQueue() local
/arkcompiler/runtime_core/abc2program/common/
Dabc_file_utils.cpp59 std::string tail = str.substr(start); in Split() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_proto_transition_type_pool.h63 auto tail = stream.tellp(); in ProcessToBinary() local
Dpool_template.h135 auto tail = stream.tellp(); in ProcessToBinary() local
Dpgo_record_pool.h185 auto tail = stream.tellp(); in ProcessToBinary() local
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dsp_sc_lock_free_queue.h64 auto *tail = tail_.load(std::memory_order_acquire); in Push() local
/arkcompiler/ets_frontend/es2panda/util/
DsymbolTable.cpp162 auto tail = input.substr(lastPos); in GetStringItems() local
DcommonUtil.cpp34 std::string tail = str.substr(start); in Split() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/js_call/
Djs_call.js18 function cons(value, tail) { argument
/arkcompiler/ets_runtime/ecmascript/
Dtagged_node.cpp57 JSHandle<LinkedNode> &head, JSHandle<LinkedNode> &tail) in InOrderTraverse()
77 JSHandle<LinkedNode> tail(thread, JSTaggedValue::Hole()); in Detreeing() local
Dobject_factory.cpp4649 uint32_t front, uint32_t tail) in CopyQueue()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dmurmur3_hash.h116 auto tail = blocks; in MurmurHash3() local
Dutf.cpp559 uint32_t tail = ((codePoint & MASK_10BIT) + U16_TAIL) & MASK_16BIT; in ConvertUtf8ToUtf16Pair() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_dominance.cpp33 bool tail = true; in PostOrderWalk() local
/arkcompiler/runtime_core/libpandabase/utils/
Dmurmur3_hash.h119 auto tail = blocks; in MurmurHash3() local
/arkcompiler/toolchain/tooling/client/domain/
Dheapprofiler_client.cpp289 std::string tail = "]\n}\n"; in SaveHeapSnapshotAndAllocationTrackData() local
/arkcompiler/ets_runtime/test/moduletest/arrayfrom/
Darrayfrom.js316 const tail = '_tail' constant
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp347 uint32_t tail = ((codePoint & utf::MASK_10BIT) + utf::U16_TAIL) & utf::MASK_16BIT; in ConvertUtf8ToUtf16Pair() local
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp1029 CString tail = ohmurl.substr(start); in SplitNormalizedOhmurl() local