Home
last modified time | relevance | path

Searched refs:InstructionSize (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp201 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()
DGraphBuilder.cpp141 BranchInstrMeta.InstructionSize, Target)) { in buildFlowsToUndefined()
258 ParentMeta.InstructionSize, BranchTarget)) { in buildFlowGraphImpl()
DFileAnalysis.h81 uint64_t InstructionSize; // Size of this instruction. member
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-cfi-verify/
DFileAnalysis.cpp119 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/
Dprofiler-listener.cc43 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/
Dglyph_table.h90 virtual int32_t InstructionSize() = 0;
198 virtual int32_t InstructionSize();
279 virtual int32_t InstructionSize();
Dglyph_table.cc346 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/
Dcode-inl.h38 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()
Dcode.h74 inline int InstructionSize() const;
545 inline int InstructionSize();
/external/v8/src/
Dcode-reference.cc32 return kind_ == JS ? js_code_->InstructionSize() in instruction_size()
Dlog.cc329 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 …]
Dperf-jit.cc230 : code->InstructionSize(); in LogRecordedBuffer()
Dobjects-debug.cc1106 CHECK_LE(constant_pool_offset(), InstructionSize()); in CodeVerify()
Disolate.cc2842 PrintF(stdout, "%s Builtin, %s, %d\n", kind, name, code->InstructionSize()); in Throw()
Dobjects.cc14993 int size = InstructionSize(); in Disassemble()
/external/v8/src/interpreter/
Dsetup-interpreter-internal.cc22 code->InstructionSize()); in PrintBuiltinSize()
/external/v8/src/wasm/
Dwasm-code-manager.cc471 static_cast<size_t>(code->InstructionSize())); in AddAnonymousCode()