/ark/runtime_core/runtime/ |
D | global_handle_storage-inl.h | 41 auto block = allocator_->New<std::array<Node, GLOBAL_BLOCK_SIZE>>(); in NewGlobalHandle() local 85 …lHandleStorage<coretypes::TaggedType>::DealUpdateObject(std::array<Node, GLOBAL_BLOCK_SIZE> *block, in DealUpdateObject() 103 auto block = globalNodes_->at(i); in UpdateHeapObject() local 109 auto block = globalNodes_->back(); in UpdateHeapObject() local 116 …lHandleStorage<coretypes::TaggedType>::DealVisitGCRoots(std::array<Node, GLOBAL_BLOCK_SIZE> *block, in DealVisitGCRoots() 133 auto block = globalNodes_->at(i); in VisitGCRoots() local 139 auto block = globalNodes_->back(); in VisitGCRoots() local
|
D | global_handle_storage.h | 101 inline void DealUpdateObject([[maybe_unused]] std::array<Node, GLOBAL_BLOCK_SIZE> *block, in DealUpdateObject() 106 inline void DealVisitGCRoots([[maybe_unused]] std::array<Node, GLOBAL_BLOCK_SIZE> *block, in DealVisitGCRoots()
|
/ark/js_runtime/ecmascript/builtins/ |
D | builtins_arraybuffer.cpp | 325 auto *block = reinterpret_cast<uint8_t *>(pointer); in GetValueFromBuffer() local 363 auto *block = reinterpret_cast<uint8_t *>(pointer); in SetValueInBuffer() local 400 void BuiltinsArrayBuffer::SetTypeData(uint8_t *block, T value, uint32_t index) in SetTypeData() 445 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBufferForInteger(uint8_t *block, uint32_t byteIndex,… in GetValueFromBufferForInteger() 469 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBufferForFloat(uint8_t *block, uint32_t byteIndex, b… in GetValueFromBufferForFloat() 500 void BuiltinsArrayBuffer::SetValueInBufferForByte(double val, uint8_t *block, uint32_t byteIndex) in SetValueInBufferForByte() 515 void BuiltinsArrayBuffer::SetValueInBufferForUint8Clamped(double val, uint8_t *block, uint32_t byte… in SetValueInBufferForUint8Clamped() 531 void BuiltinsArrayBuffer::SetValueInBufferForInteger(double val, uint8_t *block, uint32_t byteIndex… in SetValueInBufferForInteger() 559 void BuiltinsArrayBuffer::SetValueInBufferForFloat(double val, uint8_t *block, uint32_t byteIndex, … in SetValueInBufferForFloat()
|
/ark/runtime_core/isa/ |
D | asserts.rb | 24 def sorted_by?(&block)
|
D | isapi.rb | 479 def method_missing(method, *args, &block) 516 private_class_method def initialize_instructions(opcodes, &block) 525 private_class_method def initialize_prefixes(opcodes, &block)
|
/ark/runtime_core/libpandabase/utils/ |
D | murmur3_hash.h | 123 uint8_t block = *reinterpret_cast<uint8_t *>(block_pointer); in MurmurHash3() local 182 uint8_t block = memblock[i - 1U]; in MurmurHash3String() local
|
/ark/js_runtime/ecmascript/compiler/ |
D | bytecode_circuit_builder.cpp | 325 auto block = &blocks[index++]; in BuildBasicBlocks() local 501 for (auto block : graph) { in BuildImmediateDominator() local 510 for (auto &block : graph) { in BuildImmediateDominator() local 520 for (auto &block : graph) { in BuildImmediateDominator() local 578 for (auto &block: graph) { in RemoveDeadRegions() local 588 for (auto &block : graph) { in RemoveDeadRegions() local 1674 for (auto &block : graph[currentId].domFrontiers) { in InsertPhi() local
|
D | llvm_ir_builder.cpp | 766 int block = instIdMapBbId_[circuit_->GetId(gate)]; in HandleGoto() local 784 void LLVMIRBuilder::VisitGoto(int block, int bbOut) in VisitGoto()
|
/ark/runtime_core/runtime/mem/refstorage/ |
D | reference_storage.cpp | 153 auto *block = reinterpret_cast<RefBlock *>(block_addr); in RemoveRef() local 419 void ReferenceStorage::RemoveBlock(RefBlock *block) in RemoveBlock()
|
/ark/js_runtime/ecmascript/ |
D | ecma_global_storage-inl.h | 115 auto block = allocator_->New<NodeList>(isWeak); in NewGlobalHandleImplement() local
|