Home
last modified time | relevance | path

Searched defs:tail (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H A 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); FindValue() local
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_proto_transition_type_pool.h63 auto tail = stream.tellp(); variable
H A Dpgo_record_pool.h155 auto tail = stream.tellp(); variable
H A Dpool_template.h135 auto tail = stream.tellp(); variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_waiters_list.h102 auto *tail = tail_.exchange(nullptr, std::memory_order_acq_rel); in RestockQueue() local
/arkcompiler/ets_frontend/es2panda/util/
H A DcommonUtil.cpp38 std::string tail = str.substr(start); in Split() local
H A DsymbolTable.cpp164 auto tail = input.substr(lastPos); in GetStringItems() local
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
H A Dsp_sc_lock_free_queue.h64 auto *tail = tail_.load(std::memory_order_acquire); in Push() local
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_node.cpp57 InOrderTraverse(JSThread *thread, const JSHandle<RBTreeNode> &treeNode, JSHandle<LinkedNode> &head, JSHandle<LinkedNode> &tail) InOrderTraverse() argument
H A Dobject_factory.cpp4434 CopyQueue(const JSHandle<TaggedArray> &old, uint32_t newLength, uint32_t front, uint32_t tail) CopyQueue() argument
/arkcompiler/runtime_core/libpandabase/utils/
H A Dmurmur3_hash.h119 auto tail = blocks; in MurmurHash3() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dmurmur3_hash.h116 auto tail = blocks; in MurmurHash3() local
H A Dutf.cpp559 uint32_t tail = ((codePoint & MASK_10BIT) + U16_TAIL) & MASK_16BIT; in ConvertUtf8ToUtf16Pair() local
/arkcompiler/ets_runtime/ecmascript/js_api/
H A 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(); OwnEnumKeys() local
[all...]
/arkcompiler/toolchain/tooling/client/domain/
H A Dheapprofiler_client.cpp295 std::string tail = "]\n}\n"; in SaveHeapSnapshotAndAllocationTrackData() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.cpp343 uint32_t tail = ((codePoint & utf::MASK_10BIT) + utf::U16_TAIL) & utf::MASK_16BIT; in ConvertUtf8ToUtf16Pair() local
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_path_helper.cpp1050 CString tail = ohmurl.substr(start); in SplitNormalizedOhmurl() local

Completed in 20 milliseconds