Searched refs:FastNewContextStub (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/
H A Dcode-stubs.h341 class FastNewContextStub : public CodeStub { class in namespace:v8::internal
345 explicit FastNewContextStub(int slots) : slots_(slots) { function in class:v8::internal::FastNewContextStub
/external/v8/src/arm/
H A Dfull-codegen-arm.cc196 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
197 FastNewContextStub stub(heap_slots);
H A Dlithium-codegen-arm.cc181 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
182 FastNewContextStub stub(heap_slots);
H A Dcode-stubs-arm.cc142 void FastNewContextStub::Generate(MacroAssembler* masm) {
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc189 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
190 FastNewContextStub stub(heap_slots);
H A Dlithium-codegen-ia32.cc193 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
194 FastNewContextStub stub(heap_slots);
H A Dcode-stubs-ia32.cc121 void FastNewContextStub::Generate(MacroAssembler* masm) {
/external/v8/src/mips/
H A Dfull-codegen-mips.cc203 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
204 FastNewContextStub stub(heap_slots);
H A Dlithium-codegen-mips.cc179 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
180 FastNewContextStub stub(heap_slots);
H A Dcode-stubs-mips.cc144 void FastNewContextStub::Generate(MacroAssembler* masm) {
/external/v8/src/x64/
H A Dfull-codegen-x64.cc203 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
204 FastNewContextStub stub(heap_slots);
H A Dlithium-codegen-x64.cc191 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
192 FastNewContextStub stub(heap_slots);
H A Dcode-stubs-x64.cc117 void FastNewContextStub::Generate(MacroAssembler* masm) {

Completed in 281 milliseconds