Home
last modified time | relevance | path

Searched refs:FastNewContextStub (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/
Dcode-stubs-hydrogen.cc1508 HValue* CodeStubGraphBuilder<FastNewContextStub>::BuildCodeStub() { in BuildCodeStub()
1512 HParameter* function = GetParameter(FastNewContextStub::kFunction); in BuildCodeStub()
1557 Handle<Code> FastNewContextStub::GenerateCode() { in GenerateCode()
Dcode-stubs.cc647 void FastNewContextStub::InitializeDescriptor(CodeStubDescriptor* d) {} in InitializeDescriptor()
Dcode-stubs.h594 class FastNewContextStub FINAL : public HydrogenCodeStub {
598 FastNewContextStub(Isolate* isolate, int slots) : HydrogenCodeStub(isolate) { in FastNewContextStub() function
/external/v8/src/x87/
Dfull-codegen-x87.cc195 } else if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate()
196 FastNewContextStub stub(isolate(), heap_slots); in Generate()
Dlithium-codegen-x87.cc228 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue()
229 FastNewContextStub stub(isolate(), heap_slots); in GeneratePrologue()
/external/v8/src/x64/
Dfull-codegen-x64.cc194 } else if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate()
195 FastNewContextStub stub(isolate(), heap_slots); in Generate()
Dlithium-codegen-x64.cc199 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue()
200 FastNewContextStub stub(isolate(), heap_slots); in GeneratePrologue()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc195 } else if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate()
196 FastNewContextStub stub(isolate(), heap_slots); in Generate()
Dlithium-codegen-ia32.cc261 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue()
262 FastNewContextStub stub(isolate(), heap_slots); in GeneratePrologue()
/external/v8/src/arm64/
Dfull-codegen-arm64.cc203 } else if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate()
204 FastNewContextStub stub(isolate(), heap_slots); in Generate()
Dlithium-codegen-arm64.cc692 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue()
693 FastNewContextStub stub(isolate(), heap_slots); in GeneratePrologue()
/external/v8/src/mips/
Dfull-codegen-mips.cc211 } else if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate()
212 FastNewContextStub stub(isolate(), heap_slots); in Generate()
Dlithium-codegen-mips.cc204 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue()
205 FastNewContextStub stub(isolate(), heap_slots); in GeneratePrologue()
/external/v8/src/mips64/
Dfull-codegen-mips64.cc208 } else if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate()
209 FastNewContextStub stub(isolate(), heap_slots); in Generate()
Dlithium-codegen-mips64.cc179 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue()
180 FastNewContextStub stub(isolate(), heap_slots); in GeneratePrologue()
/external/v8/src/arm/
Dfull-codegen-arm.cc202 } else if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate()
203 FastNewContextStub stub(isolate(), heap_slots); in Generate()
Dlithium-codegen-arm.cc184 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue()
185 FastNewContextStub stub(isolate(), heap_slots); in GeneratePrologue()
/external/chromium-trace/trace-viewer/tracing/test_data/
Dv8.log214 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 …]