HomeSort by relevance Sort by last modified time
    Searched refs:CodeSize (Results 26 - 50 of 58) sorted by null

12 3

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 91 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
94 ReservedCodeSize = CodeSize;
  /art/compiler/linker/arm/
relative_patcher_thumb2.cc 111 std::vector<uint8_t> thunk_code(assembler.CodeSize());
  /art/compiler/optimizing/
emit_swap_mips_test.cc 98 std::unique_ptr<std::vector<uint8_t>> data(new std::vector<uint8_t>(assembler_->CodeSize()));
graph_visualizer.cc 185 + codegen_.GetAssembler().CodeSize())
  /art/compiler/utils/arm/
assembler_arm_vixl.h 165 size_t CodeSize() const OVERRIDE;
jni_macro_assembler_arm.h 41 size_t CodeSize() const OVERRIDE;
jni_macro_assembler_arm.cc 62 size_t ArmJNIMacroAssembler::CodeSize() const {
63 return asm_->CodeSize();
92 CHECK_EQ(CodeSize(), 0U); // Nothing emitted yet
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 116 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
124 if (CodeSize != 0) {
125 if (auto AddrOrErr = Client.reserveMem(Id, CodeSize, CodeAlign))
134 << " (" << CodeSize << " bytes, alignment " << CodeAlign
  /external/v8/src/
gdb-jit.cc 991 uintptr_t CodeSize() const {
1058 desc->CodeSize(),
1133 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize());
1146 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize());
    [all...]
runtime-profiler.cc 234 if (shared_code->CodeSize() > allowance &&
objects-body-descriptors-inl.h 426 return reinterpret_cast<Code*>(object)->CodeSize();
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
Misc.c 186 DisplayPointer->CodeSize)
605 SimpleNetworkDevice->DestinationCodeSegmentPages = EFI_SIZE_TO_PAGES (RomIdTableAddress->CodeSize);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 405 uint64_t &CodeSize, uint32_t &CodeAlign,
  /external/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 94 W.printHex("CodeSize", Block.Header.CodeSize);
560 W.printHex("CodeSize", Proc.Header.CodeSize);
  /external/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 50 ulittle32_t CodeSize;
871 ulittle32_t CodeSize;
    [all...]
  /art/compiler/utils/mips/
assembler_mips.h 201 size_t CodeSize() const OVERRIDE { return Assembler::CodeSize(); }
    [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 652 size_t cs = __ CodeSize();
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 484 std::vector<uint8_t> thunk_code(assembler.CodeSize());
  /art/compiler/utils/x86/
jni_macro_assembler_x86.cc 48 DCHECK_EQ(CodeSize(), 0U); // Nothing emitted yet.
  /art/compiler/utils/x86_64/
jni_macro_assembler_x86_64.cc 42 DCHECK_EQ(CodeSize(), 0U); // Nothing emitted yet.
  /external/giflib/
egif_lib.c 706 EGifPutCode(GifFileType *GifFile, int CodeSize, const GifByteType *CodeBlock)
718 * Buf = CodeSize;
    [all...]
  /external/v8/src/snapshot/
serializer.cc 323 int size = code->CodeSize();
  /art/compiler/utils/mips64/
assembler_mips64.h 438 size_t CodeSize() const OVERRIDE { return Assembler::CodeSize(); }
    [all...]
  /art/compiler/utils/
assembler_test.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
corhdr.h 816 DWORD CodeSize;
    [all...]

Completed in 1122 milliseconds

12 3