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

12

/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.h268 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
H A Dlithium-ia32.h2494 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> {
2496 explicit LTypeofIsAndBranch(LOperand* value) { function in class:v8::internal::final
H A Dlithium-ia32.cc245 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) {
2583 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value()));
H A Dlithium-codegen-ia32.cc5113 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) {
5122 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) {
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.h264 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
H A Dlithium-x64.h2476 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> {
2478 explicit LTypeofIsAndBranch(LOperand* value) { function in class:v8::internal::final
H A Dlithium-x64.cc239 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) {
2571 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value()));
H A Dlithium-codegen-x64.cc5304 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) {
5313 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) {
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.h297 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
H A Dlithium-x87.h2508 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> {
2510 explicit LTypeofIsAndBranch(LOperand* value) { function in class:v8::internal::final
H A Dlithium-x87.cc256 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) {
2587 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value()));
H A Dlithium-codegen-x87.cc5671 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) {
5680 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) {
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h2505 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> {
2507 explicit LTypeofIsAndBranch(LOperand* value) { function in class:v8::internal::final
H A Dlithium-arm.cc226 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) {
2527 return new(zone()) LTypeofIsAndBranch(UseRegister(instr->value()));
H A Dlithium-codegen-arm.cc5231 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h2464 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> {
2466 explicit LTypeofIsAndBranch(LOperand* value) { function in class:v8::internal::final
H A Dlithium-mips.cc233 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) {
2474 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value()));
H A Dlithium-codegen-mips.cc5232 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h2510 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> {
2512 explicit LTypeofIsAndBranch(LOperand* value) { function in class:v8::internal::final
H A Dlithium-mips64.cc233 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) {
2479 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value()));
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h2399 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> {
2401 explicit LTypeofIsAndBranch(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-ppc.cc239 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) {
2480 return new (zone()) LTypeofIsAndBranch(UseRegister(instr->value()));
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc217 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) {
2550 return new(zone()) LTypeofIsAndBranch(
H A Dlithium-arm64.h2877 class LTypeofIsAndBranch final : public LControlInstruction<1, 2> {
2879 LTypeofIsAndBranch(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::final
H A Dlithium-codegen-arm64.cc5529 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) {

Completed in 332 milliseconds

12