Searched refs:FastNewContextStub (Results 1 – 18 of 18) sorted by relevance
/external/v8/src/ |
D | code-stubs-hydrogen.cc | 1508 HValue* CodeStubGraphBuilder<FastNewContextStub>::BuildCodeStub() { in BuildCodeStub() 1512 HParameter* function = GetParameter(FastNewContextStub::kFunction); in BuildCodeStub() 1557 Handle<Code> FastNewContextStub::GenerateCode() { in GenerateCode()
|
D | code-stubs.cc | 647 void FastNewContextStub::InitializeDescriptor(CodeStubDescriptor* d) {} in InitializeDescriptor()
|
D | code-stubs.h | 594 class FastNewContextStub FINAL : public HydrogenCodeStub { 598 FastNewContextStub(Isolate* isolate, int slots) : HydrogenCodeStub(isolate) { in FastNewContextStub() function
|
/external/v8/src/x87/ |
D | full-codegen-x87.cc | 195 } else if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate() 196 FastNewContextStub stub(isolate(), heap_slots); in Generate()
|
D | lithium-codegen-x87.cc | 228 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue() 229 FastNewContextStub stub(isolate(), heap_slots); in GeneratePrologue()
|
/external/v8/src/x64/ |
D | full-codegen-x64.cc | 194 } else if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate() 195 FastNewContextStub stub(isolate(), heap_slots); in Generate()
|
D | lithium-codegen-x64.cc | 199 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue() 200 FastNewContextStub stub(isolate(), heap_slots); in GeneratePrologue()
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 195 } else if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate() 196 FastNewContextStub stub(isolate(), heap_slots); in Generate()
|
D | lithium-codegen-ia32.cc | 261 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue() 262 FastNewContextStub stub(isolate(), heap_slots); in GeneratePrologue()
|
/external/v8/src/arm64/ |
D | full-codegen-arm64.cc | 203 } else if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate() 204 FastNewContextStub stub(isolate(), heap_slots); in Generate()
|
D | lithium-codegen-arm64.cc | 692 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue() 693 FastNewContextStub stub(isolate(), heap_slots); in GeneratePrologue()
|
/external/v8/src/mips/ |
D | full-codegen-mips.cc | 211 } else if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate() 212 FastNewContextStub stub(isolate(), heap_slots); in Generate()
|
D | lithium-codegen-mips.cc | 204 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue() 205 FastNewContextStub stub(isolate(), heap_slots); in GeneratePrologue()
|
/external/v8/src/mips64/ |
D | full-codegen-mips64.cc | 208 } else if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate() 209 FastNewContextStub stub(isolate(), heap_slots); in Generate()
|
D | lithium-codegen-mips64.cc | 179 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue() 180 FastNewContextStub stub(isolate(), heap_slots); in GeneratePrologue()
|
/external/v8/src/arm/ |
D | full-codegen-arm.cc | 202 } else if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate() 203 FastNewContextStub stub(isolate(), heap_slots); in Generate()
|
D | lithium-codegen-arm.cc | 184 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue() 185 FastNewContextStub stub(isolate(), heap_slots); in GeneratePrologue()
|
/external/chromium-trace/trace-viewer/tracing/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 …]
|