Home
last modified time | relevance | path

Searched refs:EmitTypeofIs (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h280 Condition EmitTypeofIs(Label* true_label,
Dlithium-codegen-arm.cc5234 Condition final_branch_condition = EmitTypeofIs(instr->TrueLabel(chunk_), in DoTypeofIsAndBranch()
5244 Condition LCodeGen::EmitTypeofIs(Label* true_label, in EmitTypeofIs() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h264 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
Dlithium-codegen-x64.cc5306 Condition final_branch_condition = EmitTypeofIs(instr, input); in DoTypeofIsAndBranch()
5313 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { in EmitTypeofIs() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h251 Condition EmitTypeofIs(Label* true_label, Label* false_label, Register input,
Dlithium-codegen-ppc.cc5517 EmitTypeofIs(instr->TrueLabel(chunk_), instr->FalseLabel(chunk_), input, in DoShiftI()
5525 Condition LCodeGen::EmitTypeofIs(Label* true_label, Label* false_label, in DoShiftI() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h268 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
Dlithium-codegen-ia32.cc5115 Condition final_branch_condition = EmitTypeofIs(instr, input); in DoTypeofIsAndBranch()
5122 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { in EmitTypeofIs() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h296 Condition EmitTypeofIs(Label* true_label,
Dlithium-codegen-mips.cc5238 Condition final_branch_condition = EmitTypeofIs(instr->TrueLabel(chunk_), in DoTypeofIsAndBranch()
5254 Condition LCodeGen::EmitTypeofIs(Label* true_label, in EmitTypeofIs() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h299 Condition EmitTypeofIs(Label* true_label,
Dlithium-codegen-mips64.cc5443 Condition final_branch_condition = EmitTypeofIs(instr->TrueLabel(chunk_), in DoTypeofIsAndBranch()
5459 Condition LCodeGen::EmitTypeofIs(Label* true_label, in EmitTypeofIs() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h297 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
Dlithium-codegen-x87.cc5673 Condition final_branch_condition = EmitTypeofIs(instr, input); in DoTypeofIsAndBranch()
5680 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { in EmitTypeofIs() function in v8::internal::LCodeGen