Home
last modified time | relevance | path

Searched defs:EmitJump (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/interpreter/
Dcontrol-flow-builders.cc22 void BreakableControlFlowBuilder::EmitJump(ZoneVector<BytecodeLabel>* sites) { in EmitJump() function in v8::internal::interpreter::BreakableControlFlowBuilder
56 void BreakableControlFlowBuilder::EmitJump(ZoneVector<BytecodeLabel>* sites, in EmitJump() function in v8::internal::interpreter::BreakableControlFlowBuilder
/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.cc313 Instruction* InstructionSequenceTest::EmitJump() { in EmitJump() function in v8::internal::compiler::InstructionSequenceTest
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc64 void EmitJump(Condition cc, Label* target, Label::Distance distance) { in EmitJump() function in v8::internal::BASE_EMBEDDED
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc64 void EmitJump(Condition cc, Label* target, Label::Distance distance) { in EmitJump() function in v8::internal::BASE_EMBEDDED
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc63 void EmitJump(Condition cc, Label* target, Label::Distance near_jump) { in EmitJump() function in v8::internal::BASE_EMBEDDED