/external/v8/src/ic/arm64/ |
D | handler-compiler-arm64.cc | 112 __ LoadWeakValue(scratch, weak_cell, miss); in GenerateCheckPropertyCell() local 352 __ LoadWeakValue(result, weak_cell, &miss); in CompileLoadGlobal() local 421 __ LoadWeakValue(map_reg, cell, miss); in GenerateRestoreMap() local 551 __ LoadWeakValue(reg, isolate()->factory()->NewWeakCell(current), miss); in CheckPrototypes() local 601 __ LoadWeakValue(reg, isolate()->factory()->NewWeakCell(current), miss); in CheckPrototypes() local
|
/external/v8/src/ic/ppc/ |
D | handler-compiler-ppc.cc | 199 __ LoadWeakValue(scratch, weak_cell, miss); in GenerateCheckPropertyCell() local 372 __ LoadWeakValue(map_reg, cell, miss); in GenerateRestoreMap() local 503 __ LoadWeakValue(reg, isolate()->factory()->NewWeakCell(current), miss); in CheckPrototypes() local 552 __ LoadWeakValue(reg, isolate()->factory()->NewWeakCell(current), miss); in CheckPrototypes() local 768 __ LoadWeakValue(result, weak_cell, &miss); in CompileLoadGlobal() local
|
/external/v8/src/ic/x87/ |
D | handler-compiler-x87.cc | 232 __ LoadWeakValue(scratch, weak_cell, miss); in GenerateCheckPropertyCell() local 378 __ LoadWeakValue(map_reg, cell, miss); in GenerateRestoreMap() local 510 __ LoadWeakValue(reg, isolate()->factory()->NewWeakCell(current), miss); in CheckPrototypes() local 560 __ LoadWeakValue(reg, isolate()->factory()->NewWeakCell(current), miss); in CheckPrototypes() local 792 __ LoadWeakValue(result, weak_cell, &miss); in CompileLoadGlobal() local
|
/external/v8/src/ic/x64/ |
D | handler-compiler-x64.cc | 215 __ LoadWeakValue(scratch, weak_cell, miss); in GenerateCheckPropertyCell() local 374 __ LoadWeakValue(map_reg, cell, miss); in GenerateRestoreMap() local 509 __ LoadWeakValue(reg, isolate()->factory()->NewWeakCell(current), miss); in CheckPrototypes() local 559 __ LoadWeakValue(reg, isolate()->factory()->NewWeakCell(current), miss); in CheckPrototypes() local 784 __ LoadWeakValue(result, weak_cell, &miss); in CompileLoadGlobal() local
|
/external/v8/src/ic/mips64/ |
D | handler-compiler-mips64.cc | 197 __ LoadWeakValue(scratch, weak_cell, miss); in GenerateCheckPropertyCell() local 363 __ LoadWeakValue(map_reg, cell, miss); in GenerateRestoreMap() local 495 __ LoadWeakValue(reg, isolate()->factory()->NewWeakCell(current), miss); in CheckPrototypes() local 544 __ LoadWeakValue(reg, isolate()->factory()->NewWeakCell(current), miss); in CheckPrototypes() local 762 __ LoadWeakValue(result, weak_cell, &miss); in CompileLoadGlobal() local
|
/external/v8/src/ic/arm/ |
D | handler-compiler-arm.cc | 201 __ LoadWeakValue(scratch, weak_cell, miss); in GenerateCheckPropertyCell() local 373 __ LoadWeakValue(map_reg, cell, miss); in GenerateRestoreMap() local 505 __ LoadWeakValue(reg, isolate()->factory()->NewWeakCell(current), miss); in CheckPrototypes() local 554 __ LoadWeakValue(reg, isolate()->factory()->NewWeakCell(current), miss); in CheckPrototypes() local 772 __ LoadWeakValue(result, weak_cell, &miss); in CompileLoadGlobal() local
|
/external/v8/src/ic/ia32/ |
D | handler-compiler-ia32.cc | 232 __ LoadWeakValue(scratch, weak_cell, miss); in GenerateCheckPropertyCell() local 378 __ LoadWeakValue(map_reg, cell, miss); in GenerateRestoreMap() local 510 __ LoadWeakValue(reg, isolate()->factory()->NewWeakCell(current), miss); in CheckPrototypes() local 560 __ LoadWeakValue(reg, isolate()->factory()->NewWeakCell(current), miss); in CheckPrototypes() local 792 __ LoadWeakValue(result, weak_cell, &miss); in CompileLoadGlobal() local
|
/external/v8/src/ic/mips/ |
D | handler-compiler-mips.cc | 197 __ LoadWeakValue(scratch, weak_cell, miss); in GenerateCheckPropertyCell() local 363 __ LoadWeakValue(map_reg, cell, miss); in GenerateRestoreMap() local 495 __ LoadWeakValue(reg, isolate()->factory()->NewWeakCell(current), miss); in CheckPrototypes() local 544 __ LoadWeakValue(reg, isolate()->factory()->NewWeakCell(current), miss); in CheckPrototypes() local 762 __ LoadWeakValue(result, weak_cell, &miss); in CompileLoadGlobal() local
|
/external/v8/src/ic/ |
D | handler-compiler.cc | 351 __ LoadWeakValue(reg, cell, &miss); in CompileLoadInterceptor() local
|
/external/v8/src/x87/ |
D | macro-assembler-x87.cc | 2288 void MacroAssembler::LoadWeakValue(Register value, Handle<WeakCell> cell, in LoadWeakValue() function in v8::internal::MacroAssembler
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 2324 void MacroAssembler::LoadWeakValue(Register value, Handle<WeakCell> cell, in LoadWeakValue() function in v8::internal::MacroAssembler
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 2204 void MacroAssembler::LoadWeakValue(Register value, Handle<WeakCell> cell, in LoadWeakValue() function in v8::internal::MacroAssembler
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.cc | 2030 void MacroAssembler::LoadWeakValue(Register value, Handle<WeakCell> cell, in LoadWeakValue() function in v8::internal::MacroAssembler
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.cc | 3413 void MacroAssembler::LoadWeakValue(Register value, Handle<WeakCell> cell, in LoadWeakValue() function in v8::internal::MacroAssembler
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 3887 void MacroAssembler::LoadWeakValue(Register value, Handle<WeakCell> cell, in LoadWeakValue() function in v8::internal::MacroAssembler
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 2917 void MacroAssembler::LoadWeakValue(Register value, Handle<WeakCell> cell, in LoadWeakValue() function in v8::internal::MacroAssembler
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 4306 void MacroAssembler::LoadWeakValue(Register value, Handle<WeakCell> cell, in LoadWeakValue() function in v8::internal::MacroAssembler
|