| /third_party/node/deps/v8/src/codegen/ |
| D | code-reference.cc | 26 int instruction_size() const { return code->InstructionSize(); } in instruction_size() function 46 int instruction_size() const { return code->instructions().length(); } in instruction_size() function 69 int instruction_size() const { return code_desc->instr_size; } in instruction_size() function
|
| D | code-desc.h | 68 int instruction_size() const { return safepoint_table_offset; } in instruction_size() function
|
| D | assembler.h | 283 int instruction_size() const { return pc_offset(); } in instruction_size() function
|
| /third_party/node/deps/v8/src/profiler/ |
| D | cpu-profiler.h | 59 unsigned instruction_size; variable 100 unsigned instruction_size; variable
|
| /third_party/node/deps/v8/src/snapshot/embedded/ |
| D | embedded-data.cc | 295 uint32_t instruction_size = in FromIsolate() local
|
| /third_party/skia/third_party/externals/freetype/src/sfnt/ |
| D | sfwoff2.c | 950 FT_UShort instruction_size = 0; in reconstruct_glyf() local 1031 FT_UShort instruction_size; in reconstruct_glyf() local
|
| /third_party/node/deps/v8/src/codegen/s390/ |
| D | assembler-s390.cc | 407 const int instruction_size = pc_offset(); in GetCode() local
|
| /third_party/node/deps/v8/src/wasm/ |
| D | wasm-code-manager.cc | 391 int instruction_size = unpadded_binary_size_; in Disassemble() local
|
| /third_party/node/deps/v8/src/codegen/ppc/ |
| D | assembler-ppc.cc | 276 const int instruction_size = pc_offset(); in GetCode() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceAssemblerX8664.cpp | 3334 void AssemblerX8664::emitLabel(Label *label, intptr_t instruction_size) { in emitLabel()
|
| D | IceAssemblerX8632.cpp | 3170 void AssemblerX8632::emitLabel(Label *label, intptr_t instruction_size) { in emitLabel()
|
| /third_party/node/deps/v8/src/codegen/loong64/ |
| D | assembler-loong64.cc | 214 const int instruction_size = pc_offset(); in GetCode() local
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| D | assembler-ia32.cc | 363 const int instruction_size = pc_offset(); in GetCode() local
|
| /third_party/node/deps/v8/src/codegen/mips/ |
| D | assembler-mips.cc | 337 const int instruction_size = pc_offset(); in GetCode() local
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| D | assembler-arm64.cc | 414 const int instruction_size = pc_offset(); in GetCode() local
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| D | assembler-x64.cc | 401 const int instruction_size = pc_offset(); in GetCode() local
|
| /third_party/node/deps/v8/src/codegen/mips64/ |
| D | assembler-mips64.cc | 315 const int instruction_size = pc_offset(); in GetCode() local
|
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| D | assembler-riscv64.cc | 265 const int instruction_size = pc_offset(); in GetCode() local
|
| /third_party/node/deps/v8/src/codegen/arm/ |
| D | assembler-arm.cc | 588 const int instruction_size = pc_offset(); in GetCode() local
|