Searched defs:InstructionSequence (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/arm64/
H A Dinstructions-arm64.h420 // InstructionSequence looks at instructions sequences generated by the
422 class InstructionSequence : public Instruction { class in namespace:v8::internal
424 static InstructionSequence* At(Address address) {
425 return reinterpret_cast<InstructionSequence*>(address);
/external/v8/src/compiler/
H A Dinstruction.cc683 const InstructionSequence* code = printable_block.code_;
731 InstructionBlocks* InstructionSequence::InstructionBlocksFor(
747 void InstructionSequence::ValidateEdgeSplitForm() const {
762 void InstructionSequence::ValidateDeferredBlockExitPaths() const {
773 void InstructionSequence::ValidateDeferredBlockEntryPaths() const {
787 void InstructionSequence::ValidateSSA() const {
802 void InstructionSequence::ComputeAssemblyOrder(InstructionBlocks* blocks) {
816 InstructionSequence::InstructionSequence(Isolate* isolate, function in class:v8::internal::compiler::InstructionSequence
834 int InstructionSequence
[all...]

Completed in 157 milliseconds