Searched refs:LIsUndetectableAndBranch (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h979 class LIsUndetectableAndBranch: public LControlInstruction<1, 1> { class in namespace:v8::internal
981 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { function in class:v8::internal::LIsUndetectableAndBranch
H A Dlithium-arm.cc215 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) {
1769 return new(zone()) LIsUndetectableAndBranch(value, TempRegister());
H A Dlithium-codegen-arm.cc2530 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h946 class LIsUndetectableAndBranch: public LControlInstruction<1, 1> { class in namespace:v8::internal
948 LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { function in class:v8::internal::LIsUndetectableAndBranch
H A Dlithium-ia32.cc245 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) {
1776 return new(zone()) LIsUndetectableAndBranch(
H A Dlithium-codegen-ia32.cc2614 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) {
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h971 class LIsUndetectableAndBranch: public LControlInstruction<1, 1> { class in namespace:v8::internal
973 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { function in class:v8::internal::LIsUndetectableAndBranch
H A Dlithium-mips.cc220 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) {
1687 return new(zone()) LIsUndetectableAndBranch(
H A Dlithium-codegen-mips.cc2405 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) {
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h919 class LIsUndetectableAndBranch: public LControlInstruction<1, 1> { class in namespace:v8::internal
921 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { function in class:v8::internal::LIsUndetectableAndBranch
H A Dlithium-x64.cc218 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) {
1678 return new(zone()) LIsUndetectableAndBranch(value, temp);
H A Dlithium-codegen-x64.cc2283 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) {
/external/v8/src/arm/
H A Dlithium-arm.cc245 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) {
1538 return new(zone()) LIsUndetectableAndBranch(value, TempRegister());
H A Dlithium-arm.h714 class LIsUndetectableAndBranch: public LControlInstruction<1, 1> { class in namespace:v8::internal
716 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { function in class:v8::internal::LIsUndetectableAndBranch
H A Dlithium-codegen-arm.cc1936 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) {
/external/v8/src/ia32/
H A Dlithium-ia32.h708 class LIsUndetectableAndBranch: public LControlInstruction<1, 1> { class in namespace:v8::internal
710 LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { function in class:v8::internal::LIsUndetectableAndBranch
H A Dlithium-ia32.cc242 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) {
1573 return new(zone()) LIsUndetectableAndBranch(
H A Dlithium-codegen-ia32.cc1746 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) {
/external/v8/src/mips/
H A Dlithium-mips.cc245 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) {
1538 return new(zone()) LIsUndetectableAndBranch(
H A Dlithium-mips.h713 class LIsUndetectableAndBranch: public LControlInstruction<1, 1> { class in namespace:v8::internal
715 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { function in class:v8::internal::LIsUndetectableAndBranch
H A Dlithium-codegen-mips.cc1798 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) {
/external/v8/src/x64/
H A Dlithium-x64.cc247 void LIsUndetectableAndBranch::PrintDataTo(StringStream* stream) {
1534 return new(zone()) LIsUndetectableAndBranch(value, temp);
H A Dlithium-x64.h696 class LIsUndetectableAndBranch: public LControlInstruction<1, 1> { class in namespace:v8::internal
698 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) { function in class:v8::internal::LIsUndetectableAndBranch
H A Dlithium-codegen-x64.cc1722 void LCodeGen::DoIsUndetectableAndBranch(LIsUndetectableAndBranch* instr) {

Completed in 261 milliseconds