Searched refs:CodeSize (Results 1 - 6 of 6) sorted by relevance
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITMemoryManagerTest.cpp | 127 uintptr_t CodeSize = i % 16 + 1;
local 133 code[i] = MemMgr->allocateCodeSection(CodeSize, Align, i);
137 for (unsigned j = 0; j < CodeSize; j++) {
156 uintptr_t CodeSize = i % 16 + 1;
local 159 for (unsigned j = 0; j < CodeSize; j++) {
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
H A D | OProfileJITEventListenerTest.cpp | 24 unsigned int CodeSize; member in struct:__anon10078::OprofileNativeFunction 33 , CodeSize(size) {
|
/external/giflib/ |
H A D | dgif_lib.c | 644 int *CodeSize, 655 *CodeSize = Private->BitsPerPixel; 700 GifByteType CodeSize; local 704 READ(GifFile, &CodeSize, 1); /* Read Code size from file. */ 705 BitsPerPixel = CodeSize; 643 DGifGetCode(GifFileType * GifFile, int *CodeSize, GifByteType ** CodeBlock) argument
|
/external/v8/src/ |
H A D | gdb-jit.cc | 973 uintptr_t CodeSize() const { function in class:v8::BASE_EMBEDDED 1038 desc->CodeSize(), 1088 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize()); 1102 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize()); 1523 w->WriteSLEB128(desc_->CodeSize() - pc); 1679 w->Write<uintptr_t>(desc_->CodeSize()); 1915 desc->CodeSize())); 1919 mach_o.Write(&w, desc->CodeStart(), desc->CodeSize()); 1930 desc->CodeSize(),
|
H A D | objects-inl.h | 2772 return reinterpret_cast<Code*>(this)->CodeSize();
|
H A D | objects.h | 4417 int CodeSize() { return SizeFor(body_size()); } function in class:v8::internal::Code
|
Completed in 911 milliseconds