| /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_runtime/ecmascript/js_api/ |
| D | js_api_queue.cpp | 28 uint32_t tail = queue->GetTail(); in Add() local 43 uint32_t tail = obj->GetTail(); in GrowCapacity() local 164 uint32_t tail = obj->GetTail(); in OwnKeys() local 183 uint32_t tail = obj->GetTail(); in OwnEnumKeys() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_waiters_list.h | 102 auto *tail = tail_.exchange(nullptr, std::memory_order_acq_rel); in RestockQueue() local
|
| /arkcompiler/runtime_core/abc2program/common/ |
| D | abc_file_utils.cpp | 59 std::string tail = str.substr(start); in Split() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/finalreg/ |
| D | finalization_registry_manager.cpp | 29 size_t tail = localIndex - 1; in SortInstancies() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_proto_transition_type_pool.h | 63 auto tail = stream.tellp(); in ProcessToBinary() local
|
| D | pool_template.h | 135 auto tail = stream.tellp(); in ProcessToBinary() local
|
| D | pgo_record_pool.h | 185 auto tail = stream.tellp(); in ProcessToBinary() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/ |
| D | sp_sc_lock_free_queue.h | 72 auto *tail = tail_.load(std::memory_order_relaxed); in Push() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | symbolTable.cpp | 162 auto tail = input.substr(lastPos); in GetStringItems() local
|
| D | commonUtil.cpp | 34 std::string tail = str.substr(start); in Split() local
|
| /arkcompiler/ets_runtime/common_components/common/ |
| D | mark_work_stack.h | 87 MarkStackBuffer<T>* tail() { return this->t_; } in tail() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/js_call/ |
| D | js_call.js | 16 export function cons(value, tail) { argument
|
| /arkcompiler/ets_runtime/test/fuzztest/commoncompbaseutf_fuzzer/ |
| D | commoncompbaseutf_fuzzer.cpp | 54 uint16_t tail = DECODE_TRAIL_LOW + data[size - 1] % (DECODE_TRAIL_HIGH - DECODE_TRAIL_LOW); in UtfHelperUTF16Decode() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | murmur3_hash.h | 116 auto tail = blocks; in MurmurHash3() local
|
| D | utf.cpp | 560 uint32_t tail = ((codePoint & MASK_10BIT) + U16_TAIL) & MASK_16BIT; in ConvertUtf8ToUtf16Pair() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_node.cpp | 57 JSHandle<LinkedNode> &head, JSHandle<LinkedNode> &tail) in InOrderTraverse() 77 JSHandle<LinkedNode> tail(thread, JSTaggedValue::Hole()); in Detreeing() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_dominance.cpp | 33 bool tail = true; in PostOrderWalk() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | murmur3_hash.h | 119 auto tail = blocks; in MurmurHash3() local
|
| /arkcompiler/toolchain/tooling/dynamic/client/domain/ |
| D | heapprofiler_client.cpp | 289 std::string tail = "]\n}\n"; in SaveHeapSnapshotAndAllocationTrackData() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/ |
| D | Scene.ts | 472 let tail = from.substring(key.length, from.length); variable 486 let tail = from.substring(key.indexOf(ALL) - 1, from.length); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayfrom/ |
| D | arrayfrom.js | 316 const tail = '_tail' constant
|
| /arkcompiler/ets_runtime/common_components/base/ |
| D | utf_helper.cpp | 404 uint32_t tail = ((codePoint & MASK_10BIT) + U16_TAIL) & MASK_16BIT; in ConvertUtf8ToUtf16Pair() local
|
| /arkcompiler/ets_runtime/common_components/heap/allocator/ |
| D | region_manager.cpp | 241 RegionDesc* tail = regionList.GetTailRegion(); in MergeRegionList() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_path_helper.cpp | 1031 CString tail = ohmurl.substr(start); in SplitNormalizedOhmurl() local
|