Searched refs:ForCell (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/v8/src/x87/ |
D | stub-cache-x87.cc | 458 __ cmp(Operand::ForCell(cell), Immediate(the_hole)); in GenerateCheckPropertyCell() 1370 __ mov(eax, Operand::ForCell(cell)); in CompileLoadGlobal()
|
D | assembler-x87.h | 350 static Operand ForCell(Handle<Cell> cell) { in ForCell() function
|
D | macro-assembler-x87.cc | 2470 mov(result, Operand::ForCell(cell)); in LoadHeapObject() 2481 cmp(reg, Operand::ForCell(cell)); in CmpHeapObject() 2492 push(Operand::ForCell(cell)); in PushHeapObject()
|
D | lithium-codegen-x87.cc | 2799 __ cmp(map, Operand::ForCell(cache_cell)); // Patched to cached map. in DoInstanceOfKnownGlobal() 2960 __ mov(result, Operand::ForCell(instr->hydrogen()->cell().handle())); in DoLoadGlobalCell() 2989 __ cmp(Operand::ForCell(cell_handle), factory()->the_hole_value()); in DoStoreGlobalCell() 2994 __ mov(Operand::ForCell(cell_handle), value); in DoStoreGlobalCell() 4881 __ cmp(reg, Operand::ForCell(cell)); in DoCheckValue()
|
/external/chromium_org/v8/src/ia32/ |
D | stub-cache-ia32.cc | 458 __ cmp(Operand::ForCell(cell), Immediate(the_hole)); in GenerateCheckPropertyCell() 1371 __ mov(eax, Operand::ForCell(cell)); in CompileLoadGlobal()
|
D | assembler-ia32.h | 361 static Operand ForCell(Handle<Cell> cell) { in ForCell() function
|
D | macro-assembler-ia32.cc | 2578 mov(result, Operand::ForCell(cell)); in LoadHeapObject() 2589 cmp(reg, Operand::ForCell(cell)); in CmpHeapObject() 2600 push(Operand::ForCell(cell)); in PushHeapObject()
|
D | lithium-codegen-ia32.cc | 2663 __ cmp(map, Operand::ForCell(cache_cell)); // Patched to cached map. in DoInstanceOfKnownGlobal() 2825 __ mov(result, Operand::ForCell(instr->hydrogen()->cell().handle())); in DoLoadGlobalCell() 2854 __ cmp(Operand::ForCell(cell_handle), factory()->the_hole_value()); in DoStoreGlobalCell() 2859 __ mov(Operand::ForCell(cell_handle), value); in DoStoreGlobalCell() 4911 __ cmp(reg, Operand::ForCell(cell)); in DoCheckValue()
|