Home
last modified time | relevance | path

Searched defs:LoadWeakValue (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/ic/arm64/
Dhandler-compiler-arm64.cc112 __ 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/
Dhandler-compiler-ppc.cc199 __ 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/
Dhandler-compiler-x87.cc232 __ 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/
Dhandler-compiler-x64.cc215 __ 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/
Dhandler-compiler-mips64.cc197 __ 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/
Dhandler-compiler-arm.cc201 __ 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/
Dhandler-compiler-ia32.cc232 __ 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/
Dhandler-compiler-mips.cc197 __ 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/
Dhandler-compiler.cc351 __ LoadWeakValue(reg, cell, &miss); in CompileLoadInterceptor() local
/external/v8/src/x87/
Dmacro-assembler-x87.cc2288 void MacroAssembler::LoadWeakValue(Register value, Handle<WeakCell> cell, in LoadWeakValue() function in v8::internal::MacroAssembler
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc2324 void MacroAssembler::LoadWeakValue(Register value, Handle<WeakCell> cell, in LoadWeakValue() function in v8::internal::MacroAssembler
/external/v8/src/arm/
Dmacro-assembler-arm.cc2204 void MacroAssembler::LoadWeakValue(Register value, Handle<WeakCell> cell, in LoadWeakValue() function in v8::internal::MacroAssembler
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc2030 void MacroAssembler::LoadWeakValue(Register value, Handle<WeakCell> cell, in LoadWeakValue() function in v8::internal::MacroAssembler
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc3413 void MacroAssembler::LoadWeakValue(Register value, Handle<WeakCell> cell, in LoadWeakValue() function in v8::internal::MacroAssembler
/external/v8/src/mips/
Dmacro-assembler-mips.cc3887 void MacroAssembler::LoadWeakValue(Register value, Handle<WeakCell> cell, in LoadWeakValue() function in v8::internal::MacroAssembler
/external/v8/src/x64/
Dmacro-assembler-x64.cc2917 void MacroAssembler::LoadWeakValue(Register value, Handle<WeakCell> cell, in LoadWeakValue() function in v8::internal::MacroAssembler
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc4306 void MacroAssembler::LoadWeakValue(Register value, Handle<WeakCell> cell, in LoadWeakValue() function in v8::internal::MacroAssembler