Searched defs:no_map_match (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/arm/
H A Dmacro-assembler-arm.cc2887 Label* no_map_match) {
2895 b(ne, no_map_match);
2882 LoadTransitionedArrayMapConditional( ElementsKind expected_kind, ElementsKind transitioned_kind, Register map_in_out, Register scratch, Label* no_map_match) argument
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc2300 Label* no_map_match) {
2308 j(not_equal, no_map_match);
2295 LoadTransitionedArrayMapConditional( ElementsKind expected_kind, ElementsKind transitioned_kind, Register map_in_out, Register scratch, Label* no_map_match) argument
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.cc5967 Label* no_map_match) {
5974 Branch(no_map_match, ne, map_in_out, Operand(at));
5962 LoadTransitionedArrayMapConditional( ElementsKind expected_kind, ElementsKind transitioned_kind, Register map_in_out, Register scratch, Label* no_map_match) argument
/external/v8/src/s390/
H A Dmacro-assembler-s390.cc2496 Register map_in_out, Register scratch, Label* no_map_match) {
2504 bne(no_map_match);
2494 LoadTransitionedArrayMapConditional( ElementsKind expected_kind, ElementsKind transitioned_kind, Register map_in_out, Register scratch, Label* no_map_match) argument
/external/v8/src/x87/
H A Dmacro-assembler-x87.cc2239 Label* no_map_match) {
2247 j(not_equal, no_map_match);
2234 LoadTransitionedArrayMapConditional( ElementsKind expected_kind, ElementsKind transitioned_kind, Register map_in_out, Register scratch, Label* no_map_match) argument
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.cc4481 Label* no_map_match) {
4490 B(ne, no_map_match);
4475 LoadTransitionedArrayMapConditional( ElementsKind expected_kind, ElementsKind transitioned_kind, Register map_in_out, Register scratch1, Register scratch2, Label* no_map_match) argument
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc5612 Label* no_map_match) {
5619 Branch(no_map_match, ne, map_in_out, Operand(at));
5607 LoadTransitionedArrayMapConditional( ElementsKind expected_kind, ElementsKind transitioned_kind, Register map_in_out, Register scratch, Label* no_map_match) argument
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.cc2743 Register map_in_out, Register scratch, Label* no_map_match) {
2751 bne(no_map_match);
2741 LoadTransitionedArrayMapConditional( ElementsKind expected_kind, ElementsKind transitioned_kind, Register map_in_out, Register scratch, Label* no_map_match) argument
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc5146 Label* no_map_match) {
5154 j(not_equal, no_map_match);
5141 LoadTransitionedArrayMapConditional( ElementsKind expected_kind, ElementsKind transitioned_kind, Register map_in_out, Register scratch, Label* no_map_match) argument

Completed in 1419 milliseconds