HomeSort by relevance Sort by last modified time
    Searched refs:CodeOffset (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/Support/
Win64EH.h 43 support::ulittle8_t CodeOffset;
  /art/compiler/dex/quick/mips/
assemble_mips.cc 515 AssemblerStatus MipsMir2Lir::AssembleInstructions(CodeOffset start_addr) {
581 CodeOffset pc = lir->offset + 4;
582 CodeOffset target = target_lir->offset;
595 CodeOffset pc = lir->offset + 4;
596 CodeOffset target = target_lir->offset;
609 CodeOffset pc = lir->offset + 4;
610 CodeOffset target = target_lir->offset;
622 CodeOffset cur_pc = (start_addr + lir->offset + 4) & ~3;
623 CodeOffset target = lir->operands[0];
632 CodeOffset target = start_addr + target_lir->offset
    [all...]
codegen_mips.h 71 AssemblerStatus AssembleInstructions(CodeOffset start_addr);
  /art/compiler/dex/quick/arm/
assemble_arm.cc     [all...]
codegen_arm.h 68 uint32_t LinkFixupInsns(LIR* head_lir, LIR* tail_lir, CodeOffset offset);
  /art/compiler/dex/quick/arm64/
assemble_arm64.cc     [all...]
codegen_arm64.h 350 uint32_t LinkFixupInsns(LIR* head_lir, LIR* tail_lir, CodeOffset offset);
  /art/compiler/dex/quick/
mir_to_lir.h 47 typedef uint32_t CodeOffset; // Native code offset in bytes.
169 CodeOffset offset; // Offset of this instruction.
240 CodeOffset offset; // Code offset of data block.
706 int AssignLiteralOffset(CodeOffset offset);
707 int AssignSwitchTablesOffset(CodeOffset offset);
708 int AssignFillArrayDataOffset(CodeOffset offset);
    [all...]
codegen_util.cc 602 static int AssignLiteralOffsetCommon(LIR* lir, CodeOffset offset) {
610 static int AssignLiteralPointerOffsetCommon(LIR* lir, CodeOffset offset,
783 int Mir2Lir::AssignLiteralOffset(CodeOffset offset) {
793 int Mir2Lir::AssignSwitchTablesOffset(CodeOffset offset) {
810 int Mir2Lir::AssignFillArrayDataOffset(CodeOffset offset) {
    [all...]
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 178 SW.startLine() << format("0x%02X: ", unsigned(UC[0].u.CodeOffset))
  /art/compiler/dex/quick/x86/
assemble_x86.cc     [all...]
codegen_x86.h 419 AssemblerStatus AssembleInstructions(CodeOffset start_addr);
    [all...]
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 97 outs() << format(" 0x%02x: ", unsigned(UCs[0].u.CodeOffset))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddvdeo.h 310 ULONG CodeOffset;
  /external/chromium_org/v8/tools/
grokdump.py     [all...]

Completed in 273 milliseconds