Searched refs:FastNewContextStub (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/ |
D | code-stubs.h | 341 class FastNewContextStub : public CodeStub { 345 explicit FastNewContextStub(int slots) : slots_(slots) { in FastNewContextStub() function
|
/external/v8/src/arm/ |
D | full-codegen-arm.cc | 196 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate() 197 FastNewContextStub stub(heap_slots); in Generate()
|
D | lithium-codegen-arm.cc | 181 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue() 182 FastNewContextStub stub(heap_slots); in GeneratePrologue()
|
D | code-stubs-arm.cc | 142 void FastNewContextStub::Generate(MacroAssembler* masm) { in Generate()
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 189 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate() 190 FastNewContextStub stub(heap_slots); in Generate()
|
D | lithium-codegen-ia32.cc | 193 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue() 194 FastNewContextStub stub(heap_slots); in GeneratePrologue()
|
D | code-stubs-ia32.cc | 121 void FastNewContextStub::Generate(MacroAssembler* masm) { in Generate()
|
/external/v8/src/x64/ |
D | full-codegen-x64.cc | 203 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate() 204 FastNewContextStub stub(heap_slots); in Generate()
|
D | lithium-codegen-x64.cc | 191 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue() 192 FastNewContextStub stub(heap_slots); in GeneratePrologue()
|
D | code-stubs-x64.cc | 117 void FastNewContextStub::Generate(MacroAssembler* masm) { in Generate()
|
/external/v8/src/mips/ |
D | full-codegen-mips.cc | 203 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate() 204 FastNewContextStub stub(heap_slots); in Generate()
|
D | lithium-codegen-mips.cc | 179 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue() 180 FastNewContextStub stub(heap_slots); in GeneratePrologue()
|
D | code-stubs-mips.cc | 144 void FastNewContextStub::Generate(MacroAssembler* masm) { in Generate()
|
/external/chromium-trace/trace-viewer/test_data/ |
D | v8.log | 214 code-creation,Stub,2,0x4240ae00,160,"FastNewContextStub" 259 code-creation,Stub,2,0x424102e0,163,"FastNewContextStub" 564 code-creation,Stub,2,0x4240ae00,160,"FastNewContextStub" 609 code-creation,Stub,2,0x424102e0,163,"FastNewContextStub" 1225 code-creation,Stub,2,0x42428020,169,"FastNewContextStub" 1241 code-creation,Stub,2,0x424288c0,409,"FastNewContextStub" 1350 code-creation,Stub,2,0x4242fda0,166,"FastNewContextStub" 2303 code-creation,Stub,2,0x42439900,223,"FastNewContextStub" 2711 code-creation,Stub,2,0x42449a40,172,"FastNewContextStub" 2832 code-creation,Stub,2,0x4244d620,337,"FastNewContextStub" [all …]
|