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

/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc2463 Label* no_map_match) {
2475 j(not_equal, no_map_match);
2458 LoadTransitionedArrayMapConditional( ElementsKind expected_kind, ElementsKind transitioned_kind, Register map_in_out, Register scratch, Label* no_map_match) argument
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.cc4838 Label* no_map_match) {
4851 j(not_equal, no_map_match);
4833 LoadTransitionedArrayMapConditional( ElementsKind expected_kind, ElementsKind transitioned_kind, Register map_in_out, Register scratch, Label* no_map_match) argument
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.cc2425 Label* no_map_match) {
2437 j(not_equal, no_map_match);
2420 LoadTransitionedArrayMapConditional( ElementsKind expected_kind, ElementsKind transitioned_kind, Register map_in_out, Register scratch, Label* no_map_match) argument
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.cc4925 Label* no_map_match) {
4935 B(ne, no_map_match);
4919 LoadTransitionedArrayMapConditional( ElementsKind expected_kind, ElementsKind transitioned_kind, Register map_in_out, Register scratch1, Register scratch2, Label* no_map_match) argument
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc4805 Label* no_map_match) {
4818 Branch(no_map_match, ne, map_in_out, Operand(at));
4800 LoadTransitionedArrayMapConditional( ElementsKind expected_kind, ElementsKind transitioned_kind, Register map_in_out, Register scratch, Label* no_map_match) argument

Completed in 604 milliseconds