Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs.h341 class FastNewContextStub : public CodeStub {
345 explicit FastNewContextStub(int slots) : slots_(slots) { in FastNewContextStub() function
/external/v8/src/arm/
Dfull-codegen-arm.cc196 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate()
197 FastNewContextStub stub(heap_slots); in Generate()
Dlithium-codegen-arm.cc181 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue()
182 FastNewContextStub stub(heap_slots); in GeneratePrologue()
Dcode-stubs-arm.cc142 void FastNewContextStub::Generate(MacroAssembler* masm) { in Generate()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc189 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate()
190 FastNewContextStub stub(heap_slots); in Generate()
Dlithium-codegen-ia32.cc193 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue()
194 FastNewContextStub stub(heap_slots); in GeneratePrologue()
Dcode-stubs-ia32.cc121 void FastNewContextStub::Generate(MacroAssembler* masm) { in Generate()
/external/v8/src/x64/
Dfull-codegen-x64.cc203 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate()
204 FastNewContextStub stub(heap_slots); in Generate()
Dlithium-codegen-x64.cc191 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue()
192 FastNewContextStub stub(heap_slots); in GeneratePrologue()
Dcode-stubs-x64.cc117 void FastNewContextStub::Generate(MacroAssembler* masm) { in Generate()
/external/v8/src/mips/
Dfull-codegen-mips.cc203 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in Generate()
204 FastNewContextStub stub(heap_slots); in Generate()
Dlithium-codegen-mips.cc179 if (heap_slots <= FastNewContextStub::kMaximumSlots) { in GeneratePrologue()
180 FastNewContextStub stub(heap_slots); in GeneratePrologue()
Dcode-stubs-mips.cc144 void FastNewContextStub::Generate(MacroAssembler* masm) { in Generate()
/external/chromium-trace/trace-viewer/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 …]