Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dcontrol-flow-builders.cc21 void BreakableControlFlowBuilder::EmitJump(BytecodeLabels* sites) { in EmitJump() function in v8::internal::interpreter::BreakableControlFlowBuilder
Dbytecode-array-writer.cc283 void BytecodeArrayWriter::EmitJump(BytecodeNode* node, BytecodeLabel* label) { in EmitJump() function in v8::internal::interpreter::BytecodeArrayWriter
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc68 void EmitJump(Condition cc, Label* target, Label::Distance near_jump) { in EmitJump() function in v8::internal::BASE_EMBEDDED
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc66 void EmitJump(Condition cc, Label* target, Label::Distance distance) { in EmitJump() function in v8::internal::BASE_EMBEDDED
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc66 void EmitJump(Condition cc, Label* target, Label::Distance distance) { in EmitJump() function in v8::internal::BASE_EMBEDDED