/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
D | lock_free_queue.cpp | 26 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_frontend/ets2panda/linter-4.2/test_rules/ |
D | rule69.ts | 20 [head, ...tail] = [1, 2, 3, 4] variable
|
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
D | rule69.ts | 20 [head, ...tail] = [1, 2, 3, 4] variable
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_queue.cpp | 33 uint32_t tail = queue->GetTail(); in Add() local 48 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/tests/interop_js/tests/checked/js_call/ |
D | js_call.js | 18 function cons(value, tail) { argument
|
/arkcompiler/ets_frontend/es2panda/util/ |
D | symbolTable.cpp | 142 auto tail = input.substr(lastPos); in GetStringItems() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_node.cpp | 58 JSHandle<LinkedNode> &head, JSHandle<LinkedNode> &tail) in InOrderTraverse() 78 JSHandle<LinkedNode> tail(thread, JSTaggedValue::Hole()); in Detreeing() local
|
D | object_factory.cpp | 4179 uint32_t front, uint32_t tail) in CopyQueue()
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | murmur3_hash.h | 117 auto tail = blocks; in MurmurHash3() local
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
D | murmur3_hash.h | 116 auto tail = blocks; in MurmurHash3() local
|
D | utf.cpp | 559 uint32_t tail = ((codePoint & MASK_10BIT) + U16_TAIL) & MASK_16BIT; in ConvertUtf8ToUtf16Pair() local
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
D | pool_template.h | 133 auto tail = stream.tellp(); in ProcessToBinary() local
|
D | pgo_record_pool.h | 155 auto tail = stream.tellp(); in ProcessToBinary() local
|
/arkcompiler/toolchain/tooling/client/domain/ |
D | heapprofiler_client.cpp | 295 std::string tail = "]\n}\n"; in SaveHeapSnapshotAndAllocationTrackData() local
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | utf_helper.cpp | 330 uint32_t tail = ((codePoint & utf::MASK_10BIT) + utf::U16_TAIL) & utf::MASK_16BIT; in ConvertUtf8ToUtf16Pair() local
|