Home
last modified time | relevance | path

Searched refs:InstructionDecode (Results 1 – 25 of 119) sorted by relevance

12345

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/diagnostics/ppc/
H A Ddisasm-ppc.cc57 int InstructionDecode(byte* instruction);
1138 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder
1495 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler
1498 return d.InstructionDecode(instruction); in InstructionDecode()
1512 pc += d.InstructionDecode(buffer, pc); in Disassemble()
/dports/www/node10/node-v10.24.1/deps/v8/src/ppc/
H A Ddisasm-ppc.cc60 int InstructionDecode(byte* instruction);
1150 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder
1522 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler
1525 return d.InstructionDecode(instruction); in InstructionDecode()
1540 pc += d.InstructionDecode(buffer, pc); in Disassemble()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Ddisasm.h42 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
/dports/lang/v8/v8-9.6.180.12/src/diagnostics/
H A Ddisasm.h58 V8_EXPORT_PRIVATE int InstructionDecode(v8::base::Vector<char> buffer,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/diagnostics/
H A Ddisasm.h58 V8_EXPORT_PRIVATE int InstructionDecode(v8::internal::Vector<char> buffer,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/diagnostics/
H A Ddisasm.h58 V8_EXPORT_PRIVATE int InstructionDecode(v8::internal::Vector<char> buffer,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/diagnostics/ppc/
H A Ddisasm-ppc.cc57 int InstructionDecode(byte* instruction);
1268 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder
1629 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler
1632 return d.InstructionDecode(instruction); in InstructionDecode()
1646 pc += d.InstructionDecode(buffer, pc); in Disassemble()
/dports/lang/v8/v8-9.6.180.12/src/diagnostics/s390/
H A Ddisasm-s390.cc62 int InstructionDecode(byte* instruction);
1012 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder
1075 int Disassembler::InstructionDecode(v8::base::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler
1078 return d.InstructionDecode(instruction); in InstructionDecode()
1092 pc += d.InstructionDecode(buffer, pc); in Disassemble()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/diagnostics/s390/
H A Ddisasm-s390.cc57 int InstructionDecode(byte* instruction);
984 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder
1046 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler
1049 return d.InstructionDecode(instruction); in InstructionDecode()
1063 pc += d.InstructionDecode(buffer, pc); in Disassemble()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/diagnostics/s390/
H A Ddisasm-s390.cc57 int InstructionDecode(byte* instruction);
984 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder
1046 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler
1049 return d.InstructionDecode(instruction); in InstructionDecode()
1063 pc += d.InstructionDecode(buffer, pc); in Disassemble()
/dports/lang/v8/v8-9.6.180.12/src/diagnostics/loong64/
H A Ddisasm-loong64.cc42 int InstructionDecode(byte* instruction);
98 int InstructionDecode(Instruction* instr);
1601 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder
1685 int Disassembler::InstructionDecode(v8::base::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler
1688 return d.InstructionDecode(instruction); in InstructionDecode()
1701 pc += d.InstructionDecode(buffer, pc); in Disassemble()
/dports/lang/v8/v8-9.6.180.12/src/diagnostics/ppc/
H A Ddisasm-ppc.cc62 int InstructionDecode(byte* instruction);
1429 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder
1790 int Disassembler::InstructionDecode(v8::base::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler
1793 return d.InstructionDecode(instruction); in InstructionDecode()
1807 pc += d.InstructionDecode(buffer, pc); in Disassemble()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DDisassemble.cpp87 uint8_t* next_instr = instr + d.InstructionDecode(buffer, instr);
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DDisassemble.cpp81 uint8_t* next_instr = instr + d.InstructionDecode(buffer, instr);
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DDisassemble.cpp87 uint8_t* next_instr = instr + d.InstructionDecode(buffer, instr);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DDisassemble.cpp87 uint8_t* next_instr = instr + d.InstructionDecode(buffer, instr);
/dports/www/node10/node-v10.24.1/deps/v8/src/s390/
H A Ddisasm-s390.cc58 int InstructionDecode(byte* instruction);
1493 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode() function in v8::internal::Decoder
1551 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer, in InstructionDecode() function in disasm::Disassembler
1554 return d.InstructionDecode(instruction); in InstructionDecode()
1567 pc += d.InstructionDecode(buffer, pc); in Disassemble()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/arm/disasm/
H A DDisasm-arm.h116 int InstructionDecode(V8Vector<char> buffer, uint8_t* instruction);
/dports/www/firefox/firefox-99.0/js/src/jit/arm/disasm/
H A DDisasm-arm.h116 int InstructionDecode(V8Vector<char> buffer, uint8_t* instruction);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm/disasm/
H A DDisasm-arm.h119 int InstructionDecode(V8Vector<char> buffer, uint8_t* instruction);
H A DDisasm-arm.cpp76 int InstructionDecode(uint8_t* instruction);
2000 Decoder::InstructionDecode(uint8_t* instr_ptr) in InstructionDecode() function in js::jit::disasm::Decoder
2138 Disassembler::InstructionDecode(V8Vector<char> buffer, uint8_t* instruction) in InstructionDecode() function in js::jit::disasm::Disassembler
2141 return d.InstructionDecode(instruction); in InstructionDecode()
2161 pc += d.InstructionDecode(buffer, pc); in Disassemble()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm/disasm/
H A DDisasm-arm.h116 int InstructionDecode(V8Vector<char> buffer, uint8_t* instruction);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm/disasm/
H A DDisasm-arm.h116 int InstructionDecode(V8Vector<char> buffer, uint8_t* instruction);
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm/disasm/
H A DDisasm-arm.h116 int InstructionDecode(V8Vector<char> buffer, uint8_t* instruction);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm/disasm/
H A DDisasm-arm.h119 int InstructionDecode(V8Vector<char> buffer, uint8_t* instruction);

12345