Searched refs:LGoto (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/v8/src/
H A Dlithium.cc321 LGoto* goto_instr = LGoto::cast(last_instr);
/external/v8/src/arm/
H A Dlithium-arm.cc195 void LGoto::PrintDataTo(StringStream* stream) {
453 LGoto* goto_instr = LGoto::cast(last_instr);
1039 return new(zone()) LGoto(instr->FirstSuccessor()->block_id());
1049 return new(zone()) LGoto(successor->block_id());
H A Dlithium-arm.h373 class LGoto: public LTemplateInstruction<0, 0, 0> { class in namespace:v8::internal
375 explicit LGoto(int block_id) : block_id_(block_id) { } function in class:v8::internal::LGoto
H A Dlithium-codegen-arm.cc1721 void LCodeGen::DoGoto(LGoto* instr) {
/external/v8/src/mips/
H A Dlithium-mips.cc195 void LGoto::PrintDataTo(StringStream* stream) {
453 LGoto* goto_instr = LGoto::cast(last_instr);
1039 return new(zone()) LGoto(instr->FirstSuccessor()->block_id());
1049 return new(zone()) LGoto(successor->block_id());
H A Dlithium-mips.h372 class LGoto: public LTemplateInstruction<0, 0, 0> { class in namespace:v8::internal
374 explicit LGoto(int block_id) : block_id_(block_id) { } function in class:v8::internal::LGoto
H A Dlithium-codegen-mips.cc1571 void LCodeGen::DoGoto(LGoto* instr) {
/external/v8/src/x64/
H A Dlithium-x64.cc197 void LGoto::PrintDataTo(StringStream* stream) {
395 LGoto* goto_instr = LGoto::cast(last_instr);
1034 return new(zone()) LGoto(instr->FirstSuccessor()->block_id());
1046 return new(zone()) LGoto(successor->block_id());
H A Dlithium-x64.h374 class LGoto: public LTemplateInstruction<0, 0, 0> { class in namespace:v8::internal
376 explicit LGoto(int block_id) : block_id_(block_id) { } function in class:v8::internal::LGoto
H A Dlithium-codegen-x64.cc1501 void LCodeGen::DoGoto(LGoto* instr) {
/external/v8/src/ia32/
H A Dlithium-ia32.cc192 void LGoto::PrintDataTo(StringStream* stream) {
397 LGoto* goto_instr = LGoto::cast(last_instr);
1040 return new(zone()) LGoto(instr->FirstSuccessor()->block_id());
1052 return new(zone()) LGoto(successor->block_id());
H A Dlithium-ia32.h365 class LGoto: public LTemplateInstruction<0, 0, 0> { class in namespace:v8::internal
367 explicit LGoto(int block_id) : block_id_(block_id) { } function in class:v8::internal::LGoto
H A Dlithium-codegen-ia32.cc1541 void LCodeGen::DoGoto(LGoto* instr) {
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc169 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
174 void LGoto::PrintDataTo(StringStream* stream) {
987 return new(zone()) LGoto(instr->FirstSuccessor()->block_id());
997 return new(zone()) LGoto(successor->block_id());
H A Dlithium-arm.h399 class LGoto: public LTemplateInstruction<0, 0, 0> { class in namespace:v8::internal
401 explicit LGoto(int block_id) : block_id_(block_id) { } function in class:v8::internal::LGoto
H A Dlithium-codegen-arm.cc2349 void LCodeGen::DoGoto(LGoto* instr) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc199 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
204 void LGoto::PrintDataTo(StringStream* stream) {
1042 return new(zone()) LGoto(instr->FirstSuccessor()->block_id());
1054 return new(zone()) LGoto(successor->block_id());
H A Dlithium-ia32.h405 class LGoto: public LTemplateInstruction<0, 0, 0> { class in namespace:v8::internal
407 explicit LGoto(int block_id) : block_id_(block_id) { } function in class:v8::internal::LGoto
H A Dlithium-codegen-ia32.cc2414 void LCodeGen::DoGoto(LGoto* instr) {
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc169 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
174 void LGoto::PrintDataTo(StringStream* stream) {
992 return new(zone()) LGoto(instr->FirstSuccessor()->block_id());
1002 return new(zone()) LGoto(successor->block_id());
H A Dlithium-mips.h395 class LGoto: public LTemplateInstruction<0, 0, 0> { class in namespace:v8::internal
397 explicit LGoto(int block_id) : block_id_(block_id) { } function in class:v8::internal::LGoto
H A Dlithium-codegen-mips.cc2212 void LCodeGen::DoGoto(LGoto* instr) {
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc172 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
177 void LGoto::PrintDataTo(StringStream* stream) {
986 return new(zone()) LGoto(instr->FirstSuccessor()->block_id());
1003 return new(zone()) LGoto(successor->block_id());
H A Dlithium-x64.h398 class LGoto: public LTemplateInstruction<0, 0, 0> { class in namespace:v8::internal
400 explicit LGoto(int block_id) : block_id_(block_id) { } function in class:v8::internal::LGoto
H A Dlithium-codegen-x64.cc2076 void LCodeGen::DoGoto(LGoto* instr) {

Completed in 254 milliseconds