Home
last modified time | relevance | path

Searched defs:kInstrSize (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/ppc/
Dconstants-ppc.h2759 enum { kInstrSize = 4, kInstrSizeLog2 = 2, kPCReadOffset = 8 }; enumerator
Dassembler-ppc.h498 static const int kInstrSize = sizeof(Instr); variable
/external/v8/src/arm/
Dconstants-arm.h457 kInstrSize = 4, enumerator
Dassembler-arm.h762 static const int kInstrSize = sizeof(Instr); variable
/external/v8/src/mips/
Dassembler-mips.h505 static const int kInstrSize = sizeof(Instr); variable
Dconstants-mips.h872 kInstrSize = 4, enumerator
/external/v8/src/mips64/
Dassembler-mips64.h512 static const int kInstrSize = sizeof(Instr); variable
Dconstants-mips64.h905 kInstrSize = 4, enumerator
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc2789 static const int kInstrSize = Assembler::kInstrSize; in PatchAt() local
2832 static const int kInstrSize = Assembler::kInstrSize; in GetBackEdgeState() local
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc2794 static const int kInstrSize = Assembler::kInstrSize; in PatchAt() local
2841 static const int kInstrSize = Assembler::kInstrSize; in GetBackEdgeState() local
/external/valgrind/VEX/priv/
Dhost_mips_defs.c3902 UInt kInstrSize = 4; in evCheckSzB_MIPS() local