HomeSort by relevance Sort by last modified time
    Searched defs:GetBlock (Results 1 - 10 of 10) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.cc 75 MBlock* b = GetBlock(p);
182 MBlock* MetaMap::GetBlock(uptr p) {
  /external/libchrome/base/metrics/
persistent_memory_allocator.h 315 const volatile BlockHeader* GetBlock(Reference ref, uint32_t type_id,
318 volatile BlockHeader* GetBlock(Reference ref, uint32_t type_id, uint32_t size,
321 const_cast<const PersistentMemoryAllocator*>(this)->GetBlock(
persistent_memory_allocator.cc 139 allocator_->GetBlock(starting_after, 0, 0, false, false);
166 allocator_->GetBlock(last, 0, 0, true, false);
184 block = allocator_->GetBlock(next, 0, 0, false, false);
414 const volatile BlockHeader* const block = GetBlock(ref, 0, 0, false, false);
418 // Header was verified by GetBlock() but a malicious actor could change
428 const volatile BlockHeader* const block = GetBlock(ref, 0, 0, false, false);
438 volatile BlockHeader* const block = GetBlock(ref, 0, 0, false, false);
506 volatile BlockHeader* const block = GetBlock(freeptr, 0, 0, false, true);
583 volatile BlockHeader* block = GetBlock(ref, 0, 0, false, false);
597 block = GetBlock(tail, 0, 0, true, false)
    [all...]
  /external/pdfium/testing/
test_support.cpp 184 int TestLoader::GetBlock(void* param,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
Function.cpp 277 tie(block, ignore) = GetBlock(merge_block_id);
284 pair<const BasicBlock*, bool> Function::GetBlock(uint32_t block_id) const {
296 pair<BasicBlock*, bool> Function::GetBlock(uint32_t block_id) {
299 tie(out, defined) = const_cast<const Function*>(this)->GetBlock(block_id);
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp     [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc     [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc     [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc     [all...]
  /art/compiler/optimizing/
nodes.h 606 if (constant == nullptr || constant->GetBlock() == nullptr) {
    [all...]

Completed in 255 milliseconds