Searched defs:LIsObjectAndBranch (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/ia32/
H A Dlithium-ia32.h669 class LIsObjectAndBranch: public LControlInstruction<1, 1> { class in namespace:v8::internal
671 LIsObjectAndBranch(LOperand* value, LOperand* temp) { function in class:v8::internal::LIsObjectAndBranch
/external/v8/src/arm/
H A Dlithium-arm.h673 class LIsObjectAndBranch: public LControlInstruction<1, 1> { class in namespace:v8::internal
675 LIsObjectAndBranch(LOperand* value, LOperand* temp) { function in class:v8::internal::LIsObjectAndBranch
/external/v8/src/mips/
H A Dlithium-mips.h672 class LIsObjectAndBranch: public LControlInstruction<1, 1> { class in namespace:v8::internal
674 LIsObjectAndBranch(LOperand* value, LOperand* temp) { function in class:v8::internal::LIsObjectAndBranch
/external/v8/src/x64/
H A Dlithium-x64.h656 class LIsObjectAndBranch: public LControlInstruction<1, 0> { class in namespace:v8::internal
658 explicit LIsObjectAndBranch(LOperand* value) { function in class:v8::internal::LIsObjectAndBranch

Completed in 56 milliseconds