/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/ |
D | FileAnalysis.cpp | 201 InstrMeta.InstructionSize, Target)) in getDefiniteNextInstruction() 207 getInstruction(InstrMeta.VMAddress + InstrMeta.InstructionSize); in getDefiniteNextInstruction() 451 uint64_t InstructionSize; in parseSectionContents() local 455 Disassembler->getInstruction(Instruction, InstructionSize, in parseSectionContents() 459 Byte += InstructionSize; in parseSectionContents() 461 uint64_t VMAddress = SectionAddress + Byte - InstructionSize; in parseSectionContents() 464 InstrMeta.InstructionSize = InstructionSize; in parseSectionContents() 479 if (MIA->evaluateBranch(Instruction, VMAddress, InstructionSize, Target)) { in parseSectionContents()
|
D | GraphBuilder.cpp | 141 BranchInstrMeta.InstructionSize, Target)) { in buildFlowsToUndefined() 258 ParentMeta.InstructionSize, BranchTarget)) { in buildFlowGraphImpl()
|
D | FileAnalysis.h | 81 uint64_t InstructionSize; // Size of this instruction. member
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-cfi-verify/ |
D | FileAnalysis.cpp | 119 EXPECT_EQ(1u, InstrMeta->InstructionSize); in TEST_F() 131 EXPECT_EQ(2u, InstrMeta->InstructionSize); in TEST_F() 143 EXPECT_EQ(3u, InstrMeta->InstructionSize); in TEST_F() 155 EXPECT_EQ(4u, InstrMeta->InstructionSize); in TEST_F() 167 EXPECT_EQ(10u, InstrMeta->InstructionSize); in TEST_F() 178 EXPECT_EQ(1u, InstrMeta->InstructionSize); in TEST_F() 188 EXPECT_EQ(2u, InstrMeta->InstructionSize); in TEST_F() 198 EXPECT_EQ(5u, InstrMeta->InstructionSize); in TEST_F() 220 EXPECT_EQ(1u, GoodInstrMeta->InstructionSize); in TEST_F() 225 EXPECT_EQ(1u, GoodInstrMeta->InstructionSize); in TEST_F()
|
/external/v8/src/profiler/ |
D | profiler-listener.cc | 43 rec->instruction_size = code->InstructionSize(); in CodeCreateEvent() 57 rec->instruction_size = code->InstructionSize(); in CodeCreateEvent() 75 rec->instruction_size = code->InstructionSize(); in CodeCreateEvent() 108 rec->instruction_size = abstract_code->InstructionSize(); in CodeCreateEvent() 179 rec->instruction_size = code->InstructionSize(); in RegExpCodeCreateEvent()
|
/external/sfntly/cpp/src/sfntly/table/truetype/ |
D | glyph_table.h | 90 virtual int32_t InstructionSize() = 0; 198 virtual int32_t InstructionSize(); 279 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() 608 int32_t GlyphTable::CompositeGlyph::InstructionSize() { in InstructionSize() function in sfntly::GlyphTable::CompositeGlyph 614 data_->Slice(instructions_offset_, InstructionSize())); in Instructions()
|
/external/v8/src/objects/ |
D | code-inl.h | 38 int AbstractCode::InstructionSize() { in InstructionSize() function 40 return GetCode()->InstructionSize(); in InstructionSize() 228 int Code::InstructionSize() const { in InstructionSize() function 524 if (!FLAG_enable_embedded_constant_pool) return InstructionSize(); in constant_pool_offset() 536 if (offset < InstructionSize()) { in constant_pool()
|
D | code.h | 74 inline int InstructionSize() const; 545 inline int InstructionSize();
|
/external/v8/src/ |
D | code-reference.cc | 32 return kind_ == JS ? js_code_->InstructionSize() in instruction_size()
|
D | log.cc | 329 code->InstructionSize(), name, length); in LogRecordedBuffer() 383 code_event.code_size = static_cast<size_t>(code->InstructionSize()); in CodeCreateEvent() 403 code_event.code_size = static_cast<size_t>(code->InstructionSize()); in CodeCreateEvent() 424 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() 470 code_event.code_size = static_cast<size_t>(code->InstructionSize()); in RegExpCodeCreateEvent() 587 event.code_size = code->InstructionSize(); in LogRecordedBuffer() 591 code->InstructionSize()); in LogRecordedBuffer() 663 event.code_len = code->InstructionSize(); in LogRecordedBuffer() 698 event.code_len = from->InstructionSize(); in CodeMoveEvent() [all …]
|
D | perf-jit.cc | 230 : code->InstructionSize(); in LogRecordedBuffer()
|
D | objects-debug.cc | 1106 CHECK_LE(constant_pool_offset(), InstructionSize()); in CodeVerify()
|
D | isolate.cc | 2842 PrintF(stdout, "%s Builtin, %s, %d\n", kind, name, code->InstructionSize()); in Throw()
|
D | objects.cc | 14993 int size = InstructionSize(); in Disassemble()
|
/external/v8/src/interpreter/ |
D | setup-interpreter-internal.cc | 22 code->InstructionSize()); in PrintBuiltinSize()
|
/external/v8/src/wasm/ |
D | wasm-code-manager.cc | 471 static_cast<size_t>(code->InstructionSize())); in AddAnonymousCode()
|