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

12

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h1106 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> {
1108 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { function in class:v8::internal::final
H A Dlithium-arm.cc915 LHasInPrototypeChainAndBranch* result =
916 new (zone()) LHasInPrototypeChainAndBranch(object, prototype);
H A Dlithium-codegen-arm.cc2468 LHasInPrototypeChainAndBranch* instr) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h1314 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 2> {
1316 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype, function in class:v8::internal::final
H A Dlithium-arm64.cc1450 LHasInPrototypeChainAndBranch* result = new (zone())
1451 LHasInPrototypeChainAndBranch(object, prototype, scratch1, scratch2);
H A Dlithium-codegen-arm64.cc2757 LHasInPrototypeChainAndBranch* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h1114 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 1> {
1116 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype, function in class:v8::internal::final
H A Dlithium-ia32.cc950 LHasInPrototypeChainAndBranch* result =
951 new (zone()) LHasInPrototypeChainAndBranch(object, prototype, temp);
H A Dlithium-codegen-ia32.cc2263 LHasInPrototypeChainAndBranch* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h1084 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> {
1086 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { function in class:v8::internal::final
H A Dlithium-mips.cc920 LHasInPrototypeChainAndBranch* result =
921 new (zone()) LHasInPrototypeChainAndBranch(object, prototype);
H A Dlithium-codegen-mips.cc2379 LHasInPrototypeChainAndBranch* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h1102 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> {
1104 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { function in class:v8::internal::final
H A Dlithium-mips64.cc920 LHasInPrototypeChainAndBranch* result =
921 new (zone()) LHasInPrototypeChainAndBranch(object, prototype);
H A Dlithium-codegen-mips64.cc2503 LHasInPrototypeChainAndBranch* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h1092 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> {
1094 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { function in class:v8::internal::final
H A Dlithium-ppc.cc930 LHasInPrototypeChainAndBranch* result =
931 new (zone()) LHasInPrototypeChainAndBranch(object, prototype);
H A Dlithium-codegen-ppc.cc2547 LHasInPrototypeChainAndBranch* instr) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h1014 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> {
1016 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { function in class:v8::internal::final
H A Dlithium-s390.cc850 LHasInPrototypeChainAndBranch* result =
851 new (zone()) LHasInPrototypeChainAndBranch(object, prototype);
H A Dlithium-codegen-s390.cc2534 LHasInPrototypeChainAndBranch* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h1111 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> {
1113 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { function in class:v8::internal::final
H A Dlithium-x64.cc939 LHasInPrototypeChainAndBranch* result =
940 new (zone()) LHasInPrototypeChainAndBranch(object, prototype);
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h1108 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 1> {
1110 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype, function in class:v8::internal::final
H A Dlithium-x87.cc967 LHasInPrototypeChainAndBranch* result =
968 new (zone()) LHasInPrototypeChainAndBranch(object, prototype, temp);

Completed in 5173 milliseconds

12