Home
last modified time | relevance | path

Searched defs:instr_at (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm.h1104 Instr instr_at(int pos) { in instr_at() function
1110 static Instr instr_at(Address pc) { return *reinterpret_cast<Instr*>(pc); } in instr_at() function
/third_party/node/deps/v8/src/codegen/loong64/
Dassembler-loong64.h764 static Instr instr_at(Address pc) { return *reinterpret_cast<Instr*>(pc); } in instr_at() function
768 Instr instr_at(int pos) { in instr_at() function
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.h1485 static Instr instr_at(Address pc) { return *reinterpret_cast<Instr*>(pc); } in instr_at() function
1489 Instr instr_at(int pos) { in instr_at() function
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.h1423 static Instr instr_at(Address pc) { return *reinterpret_cast<Instr*>(pc); } in instr_at() function
1427 Instr instr_at(int pos) { in instr_at() function
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.h1246 Instr instr_at(int pos) { in instr_at() function
1252 static Instr instr_at(Address pc) { return *reinterpret_cast<Instr*>(pc); } in instr_at() function
/third_party/node/deps/v8/src/codegen/s390/
Dassembler-s390.h1319 SixByteInstr instr_at(int pos) { in instr_at() function
1332 static SixByteInstr instr_at(byte* pc) { in instr_at() function
/third_party/node/deps/v8/src/codegen/riscv64/
Dassembler-riscv64.h1251 static Instr instr_at(Address pc) { return *reinterpret_cast<Instr*>(pc); } in instr_at() function
1255 Instr instr_at(int pos) { in instr_at() function