HomeSort by relevance Sort by last modified time
    Searched refs:GetBlock (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/chromium_org/pdf/pdfium/
pdfium_mem_buffer_file_read.h 21 static int GetBlock(void* param,
pdfium_mem_buffer_file_read.cc 15 m_GetBlock = &GetBlock;
22 int PDFiumMemBufferFileRead::GetBlock(void* param,
  /art/compiler/optimizing/
locations.cc 24 : inputs_(instruction->GetBlock()->GetGraph()->GetArena(), instruction->InputCount()),
25 temps_(instruction->GetBlock()->GetGraph()->GetArena(), 0) {
ssa_builder.cc 55 current->GetBlock()->RemoveInstruction(current);
134 load->GetBlock()->RemoveInstruction(load);
139 store->GetBlock()->RemoveInstruction(store);
  /external/lldb/test/python_api/default-constructor/
sb_symbolcontext.py 12 obj.GetBlock()
sb_address.py 19 obj.GetBlock()
sb_frame.py 20 obj.GetBlock()
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_sync_test.cc 24 MBlock *mb = m->GetBlock((uptr)&block[0]);
30 mb = m->GetBlock((uptr)&block[0]);
40 MBlock *mb1 = m->GetBlock((uptr)&block[0]);
42 MBlock *mb2 = m->GetBlock((uptr)&block[1]);
45 mb1 = m->GetBlock((uptr)&block[0]);
47 mb2 = m->GetBlock((uptr)&block[1]);
86 MBlock *mb1 = m->GetBlock((uptr)&block1[0]);
88 MBlock *mb2 = m->GetBlock((uptr)&block1[3]);
90 mb1 = m->GetBlock((uptr)&block2[0]);
93 mb2 = m->GetBlock((uptr)&block2[3])
    [all...]
  /external/lldb/scripts/Python/interface/
SBFunction.i 84 GetBlock ();
105 __swig_getmethods__["block"] = GetBlock
106 if _newclass: block = property(GetBlock, None, doc='''A read only property that returns an lldb object that represents the top level lexical block (lldb.SBBlock) for this function.''')
SBSymbolContext.i 64 lldb::SBBlock GetBlock ();
97 __swig_getmethods__["block"] = GetBlock
99 if _newclass: block = property(GetBlock, SetBlock, doc='''A read/write property that allows the getting/setting of the block (lldb.SBBlock) in this symbol context.''')
SBAddress.i 134 GetBlock ();
178 __swig_getmethods__["block"] = GetBlock
179 if _newclass: block = property(GetBlock, None, doc='''A read only property that returns an lldb object that represents the block (lldb.SBBlock) that this address resides within.''')
SBFrame.i 100 ") GetBlock;
102 GetBlock () const;
152 /// block at or above the block for the PC (SBFrame::GetBlock()) that defines
304 __swig_getmethods__["block"] = GetBlock
305 if _newclass: block = property(GetBlock, None, doc='''A read only property that returns an lldb object that represents the block (lldb.SBBlock) for this stack frame.''')
  /external/lldb/include/lldb/API/
SBFunction.h 60 GetBlock ();
SBSymbolContext.h 41 lldb::SBBlock GetBlock ();
SBAddress.h 95 GetBlock ();
  /external/pdfium/fpdfsdk/include/
fsdk_define.h 114 virtual FX_BOOL GetBlock(FX_DWORD pos, FX_LPBYTE pBuf, FX_DWORD size);
  /art/compiler/sea_ir/code_gen/
code_gen.cc 108 llvm_data_->builder_.SetInsertPoint(llvm_data_->GetBlock(region));
111 llvm_data_->builder_.SetInsertPoint(llvm_data_->GetBlock(region));
114 llvm_data_->builder_.SetInsertPoint(llvm_data_->GetBlock(region));
157 llvm::BasicBlock* then_block = llvm_data_->GetBlock(successors->at(0));
158 llvm::BasicBlock* else_block = llvm_data_->GetBlock(successors->at(1));
235 llvm::BasicBlock* target_block = llvm_data_->GetBlock(targets->at(0));
251 llvm::BasicBlock* then_block = llvm_data_->GetBlock(successors->at(0));
252 llvm::BasicBlock* else_block = llvm_data_->GetBlock(successors->at(1));
272 llvm::BasicBlock* incoming_basic_block = llvm_data_->GetBlock(incoming_region);
code_gen.h 35 llvm::BasicBlock* GetBlock(int region_id) {
41 llvm::BasicBlock* GetBlock(Region* region) {
42 return GetBlock(region->Id());
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 138 virtual const Block* GetBlock() const = 0;
160 const Block* GetBlock() const;
186 const Block* GetBlock() const;
368 const Block* GetBlock() const;
672 const BlockEntry* GetBlock(
880 const BlockEntry* GetBlock(
  /external/lldb/source/API/
SBFunction.cpp 216 SBFunction::GetBlock ()
220 sb_block.SetPtr (&m_opaque_ptr->GetBlock (true));
  /external/chromium_org/pdf/
document_loader.h 49 bool GetBlock(uint32 position, uint32 size, void* buf) const;
  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.h 77 MBlock* GetBlock(uptr p);
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.h 158 void GetBlock( int* block, int c );
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.hpp 129 virtual const Block* GetBlock() const = 0;
148 const Block* GetBlock() const;
168 const Block* GetBlock() const;
379 const Block* GetBlock() const;
745 const BlockEntry* GetBlock(const CuePoint*,
933 const BlockEntry* GetBlock(const CuePoint&, const CuePoint::TrackPosition&);
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 142 virtual const Block* GetBlock() const = 0;
164 const Block* GetBlock() const;
191 const Block* GetBlock() const;
425 const Block* GetBlock() const;
851 const BlockEntry* GetBlock(
1063 const BlockEntry* GetBlock(

Completed in 404 milliseconds

1 2 3