/third_party/node/deps/v8/src/profiler/ |
D | profiler-listener.cc | 53 rec->instruction_size = code->InstructionSize(); in CodeCreateEvent() 68 rec->instruction_size = code->InstructionSize(); in CodeCreateEvent() 87 rec->instruction_size = code->InstructionSize(); in CodeCreateEvent() 227 rec->instruction_size = abstract_code->InstructionSize(); in CodeCreateEvent() 292 rec->instruction_size = code->InstructionSize(); in RegExpCodeCreateEvent()
|
D | cpu-profiler.cc | 417 rec->instruction_size = code.InstructionSize(); in LogBuiltins()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/truetype/ |
D | glyph_table.h | 90 virtual int32_t InstructionSize() = 0; 198 virtual int32_t InstructionSize(); 270 virtual int32_t InstructionSize();
|
D | glyph_table.cc | 346 int32_t GlyphTable::SimpleGlyph::InstructionSize() { in InstructionSize() function in sfntly::GlyphTable::SimpleGlyph 354 data_->Slice(instructions_offset_, InstructionSize())); in Instructions() 540 int32_t GlyphTable::CompositeGlyph::InstructionSize() { in InstructionSize() function in sfntly::GlyphTable::CompositeGlyph 546 data_->Slice(instructions_offset_, InstructionSize())); in Instructions()
|
/third_party/node/deps/v8/src/heap/ |
D | code-stats.cc | 219 DCHECK(0 <= prev_pc_offset && prev_pc_offset <= code.InstructionSize()); in CollectCodeCommentStatistics() 220 delta += static_cast<int>(code.InstructionSize() - prev_pc_offset); in CollectCodeCommentStatistics()
|
/third_party/node/deps/v8/src/logging/ |
D | log.cc | 372 code->InstructionSize(), name, length); in LogRecordedBuffer() 428 code_event.code_size = static_cast<size_t>(code->InstructionSize()); in CodeCreateEvent() 448 code_event.code_size = static_cast<size_t>(code->InstructionSize()); in CodeCreateEvent() 468 code_event.code_size = static_cast<size_t>(code->InstructionSize()); in CodeCreateEvent() 492 code_event.code_size = static_cast<size_t>(code->InstructionSize()); in CodeCreateEvent() 516 code_event.code_size = static_cast<size_t>(code->InstructionSize()); in RegExpCodeCreateEvent() 533 code_event.code_size = static_cast<size_t>(to.InstructionSize()); in CodeMoveEvent() 653 event.code_size = code->InstructionSize(); in LogRecordedBuffer() 657 code->InstructionSize()); in LogRecordedBuffer() 733 event.code_len = code->InstructionSize(); in LogRecordedBuffer() [all …]
|
/third_party/node/deps/v8/src/codegen/ |
D | code-reference.cc | 26 int instruction_size() const { return code->InstructionSize(); } in instruction_size()
|
/third_party/node/deps/v8/src/objects/ |
D | code-inl.h | 58 int AbstractCode::InstructionSize() { in InstructionSize() function 60 return GetCode().InstructionSize(); in InstructionSize() 385 int Code::InstructionSize() const { in InstructionSize() function 430 DCHECK_LE(offset, InstructionSize()); in GetOffsetFromInstructionStart()
|
D | code.h | 320 inline int InstructionSize() const; 821 inline int InstructionSize();
|
D | code.cc | 517 int code_size = InstructionSize(); in Disassemble()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | perf-jit.cc | 247 WriteJitCodeLoadEntry(code_pointer, code->InstructionSize(), code_name, in LogRecordedBuffer()
|
D | objects-debug.cc | 1103 CHECK(IsAligned(InstructionSize(), in CodeVerify()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins.cc | 278 code.InstructionSize()); in PrintBuiltinSize()
|
/third_party/node/deps/v8/src/diagnostics/riscv64/ |
D | disasm-riscv64.cc | 2877 return instr->InstructionSize(); in InstructionDecode()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
D | constants-riscv64.h | 1385 inline uint8_t InstructionSize() const { in InstructionSize() function
|
/third_party/node/deps/v8/src/execution/riscv64/ |
D | simulator-riscv64.cc | 6958 reinterpret_cast<int64_t>(instr) + instr->InstructionSize()); in InstructionDecode()
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 9351 pair.second->code.length_in_bytes = js_entry.InstructionSize(); in GetJSEntryStubs()
|