Searched defs:target_at (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/arm/
H A Dassembler-arm.cc909 int Assembler::target_at(int pos) { function in class:v8::internal::Assembler
1100 int link = target_at(L->pos());
1644 // When the label gets bound: target_at extracts the link and target_at_put
/external/v8/src/ppc/
H A Dassembler-ppc.cc414 int Assembler::target_at(int pos) { function in class:v8::internal::Assembler
587 int link = target_at(L->pos());
693 // target_at() for where this is converted back to kEndOfChain.
1769 // target_at extracts the link and target_at_put patches the instructions.
1821 // target_at extracts the link and target_at_put patches the instructions.
1848 // as a jump table entry containing the label address. target_at extracts
/external/v8/src/s390/
H A Dassembler-s390.cc356 int Assembler::target_at(int pos) { function in class:v8::internal::Assembler
461 int link = target_at(L->pos());
491 // target_at() for where this is converted back to kEndOfChain.
513 // target_at() for where this is converted back to kEndOfChain.

Completed in 225 milliseconds