Searched refs:ForCell (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ic/ia32/ |
D | handler-compiler-ia32.cc | 209 __ cmp(Operand::ForCell(cell), Immediate(the_hole)); in GenerateCheckPropertyCell() 825 __ mov(result, Operand::ForCell(cell)); in CompileLoadGlobal()
|
/external/v8/src/ic/x87/ |
D | handler-compiler-x87.cc | 209 __ cmp(Operand::ForCell(cell), Immediate(the_hole)); in GenerateCheckPropertyCell() 827 __ mov(result, Operand::ForCell(cell)); in CompileLoadGlobal()
|
/external/v8/src/x87/ |
D | assembler-x87.h | 356 static Operand ForCell(Handle<Cell> cell) { in ForCell() function
|
D | macro-assembler-x87.cc | 2509 mov(result, Operand::ForCell(cell)); in LoadHeapObject() 2520 cmp(reg, Operand::ForCell(cell)); in CmpHeapObject() 2531 push(Operand::ForCell(cell)); in PushHeapObject()
|
D | lithium-codegen-x87.cc | 2955 __ cmp(map, Operand::ForCell(cache_cell)); // Patched to cached map. in DoInstanceOfKnownGlobal() 3116 __ mov(result, Operand::ForCell(instr->hydrogen()->cell().handle())); in DoLoadGlobalCell() 3162 __ cmp(Operand::ForCell(cell_handle), factory()->the_hole_value()); in DoStoreGlobalCell() 3167 __ mov(Operand::ForCell(cell_handle), value); in DoStoreGlobalCell() 5463 __ cmp(reg, Operand::ForCell(cell)); in DoCheckValue()
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 2547 mov(result, Operand::ForCell(cell)); in LoadHeapObject() 2558 cmp(reg, Operand::ForCell(cell)); in CmpHeapObject() 2569 push(Operand::ForCell(cell)); in PushHeapObject()
|
D | assembler-ia32.h | 367 static Operand ForCell(Handle<Cell> cell) { in ForCell() function
|
D | lithium-codegen-ia32.cc | 2658 __ cmp(map, Operand::ForCell(cache_cell)); // Patched to cached map. in DoInstanceOfKnownGlobal() 2820 __ mov(result, Operand::ForCell(instr->hydrogen()->cell().handle())); in DoLoadGlobalCell() 2866 __ cmp(Operand::ForCell(cell_handle), factory()->the_hole_value()); in DoStoreGlobalCell() 2871 __ mov(Operand::ForCell(cell_handle), value); in DoStoreGlobalCell() 4955 __ cmp(reg, Operand::ForCell(cell)); in DoCheckValue()
|