Searched refs:InstructionType (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/sandbox/win/src/sidestep/
H A Dmini_disassembler.h70 InstructionType Disassemble(unsigned char* start,
80 InstructionType ProcessPrefixes(unsigned char* start, unsigned int* size);
85 InstructionType ProcessOpcode(unsigned char* start,
108 InstructionType instruction_type_;
H A Dmini_disassembler_types.h14 enum InstructionType { enum in namespace:sidestep
125 InstructionType type_;
146 InstructionType type_;
H A Dmini_disassembler.cpp28 InstructionType MiniDisassembler::Disassemble(
37 InstructionType instruction_type = ProcessPrefixes(current_byte, &size);
87 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte,
89 InstructionType instruction_type = IT_GENERIC;
119 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte,
H A Dpreamble_patcher_with_stub.cpp89 InstructionType instruction_type =
/external/chromium_org/tools/traceline/traceline/sidestep/
H A Dmini_disassembler.h70 InstructionType Disassemble(unsigned char* start,
80 InstructionType ProcessPrefixes(unsigned char* start, unsigned int* size);
85 InstructionType ProcessOpcode(unsigned char* start,
108 InstructionType instruction_type_;
H A Dmini_disassembler_types.h14 enum InstructionType { enum in namespace:sidestep
125 InstructionType type_;
146 InstructionType type_;
H A Dmini_disassembler.cc49 InstructionType MiniDisassembler::Disassemble(
58 InstructionType instruction_type = ProcessPrefixes(current_byte, &size);
108 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte,
110 InstructionType instruction_type = IT_GENERIC;
140 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte,
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dmini_disassembler.h106 InstructionType Disassemble(unsigned char* start, unsigned int& instruction_bytes);
115 InstructionType ProcessPrefixes(unsigned char* start, unsigned int& size);
120 InstructionType ProcessOpcode(unsigned char* start,
143 InstructionType instruction_type_;
H A Dmini_disassembler_types.h43 enum InstructionType { enum in namespace:sidestep
164 InstructionType type_;
185 InstructionType type_;
H A Dmini_disassembler.cc53 InstructionType MiniDisassembler::Disassemble(
62 InstructionType instruction_type = ProcessPrefixes(current_byte, size);
118 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte,
120 InstructionType instruction_type = IT_GENERIC;
152 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte,
H A Dpreamble_patcher_with_stub.cc143 InstructionType instruction_type =
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dmini_disassembler.h106 InstructionType Disassemble(unsigned char* start, unsigned int& instruction_bytes);
115 InstructionType ProcessPrefixes(unsigned char* start, unsigned int& size);
120 InstructionType ProcessOpcode(unsigned char* start,
143 InstructionType instruction_type_;
H A Dmini_disassembler_types.h43 enum InstructionType { enum in namespace:sidestep
164 InstructionType type_;
185 InstructionType type_;
H A Dmini_disassembler.cc53 InstructionType MiniDisassembler::Disassemble(
62 InstructionType instruction_type = ProcessPrefixes(current_byte, size);
118 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte,
120 InstructionType instruction_type = IT_GENERIC;
152 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte,
H A Dpreamble_patcher_with_stub.cc143 InstructionType instruction_type =
/external/chromium_org/tools/memory_watcher/
H A Dmini_disassembler.h78 InstructionType Disassemble(unsigned char* start, unsigned int& instruction_bytes);
87 InstructionType ProcessPrefixes(unsigned char* start, unsigned int& size);
92 InstructionType ProcessOpcode(unsigned char * start,
115 InstructionType instruction_type_;
H A Dmini_disassembler_types.h16 enum InstructionType { enum in namespace:sidestep
127 InstructionType type_;
148 InstructionType type_;
H A Dmini_disassembler.cc26 InstructionType MiniDisassembler::Disassemble(
35 InstructionType instruction_type = ProcessPrefixes(current_byte, size);
85 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte,
87 InstructionType instruction_type = IT_GENERIC;
117 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte,
H A Dpreamble_patcher_with_stub.cc80 InstructionType instruction_type =
H A Dpreamble_patcher.cc148 InstructionType instruction_type = disassembler.Disassemble(
/external/chromium_org/v8/src/mips/
H A Dconstants-mips.h642 Type InstructionType() const;
652 ASSERT(InstructionType() == kRegisterType ||
653 InstructionType() == kImmediateType);
658 ASSERT(InstructionType() == kRegisterType ||
659 InstructionType() == kImmediateType);
664 ASSERT(InstructionType() == kRegisterType);
669 ASSERT(InstructionType() == kRegisterType);
674 ASSERT(InstructionType() == kRegisterType ||
675 InstructionType() == kImmediateType);
716 ASSERT(InstructionType()
[all...]
H A Dconstants-mips.cc240 Instruction::Type Instruction::InstructionType() const { function in class:v8::internal::Instruction
/external/v8/src/mips/
H A Dconstants-mips.h631 Type InstructionType() const;
641 ASSERT(InstructionType() == kRegisterType ||
642 InstructionType() == kImmediateType);
647 ASSERT(InstructionType() == kRegisterType ||
648 InstructionType() == kImmediateType);
653 ASSERT(InstructionType() == kRegisterType);
658 ASSERT(InstructionType() == kRegisterType);
663 ASSERT(InstructionType() == kRegisterType ||
664 InstructionType() == kImmediateType);
701 ASSERT(InstructionType()
[all...]
H A Dconstants-mips.cc236 Instruction::Type Instruction::InstructionType() const { function in class:v8::internal::Instruction
/external/chromium_org/v8/src/x64/
H A Ddisasm-x64.cc157 enum InstructionType { enum in namespace:disasm
182 InstructionType type;
199 void CopyTable(const ByteMnemonic bm[], InstructionType type);
200 void SetTableRange(InstructionType type, byte start, byte end, bool byte_size,
235 InstructionType type) {
249 void InstructionTable::SetTableRange(InstructionType type,

Completed in 382 milliseconds

12