HomeSort by relevance Sort by last modified time
    Searched refs:FastNewBlockContextStub (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
code-stubs.h 359 class FastNewBlockContextStub : public CodeStub {
363 explicit FastNewBlockContextStub(int slots) : slots_(slots) {
    [all...]
full-codegen.cc 926 if (heap_slots <= FastNewBlockContextStub::kMaximumSlots) {
927 FastNewBlockContextStub stub(heap_slots);
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 158 void FastNewBlockContextStub::Generate(MacroAssembler* masm) {
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 189 void FastNewBlockContextStub::Generate(MacroAssembler* masm) {
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 164 void FastNewBlockContextStub::Generate(MacroAssembler* masm) {
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 190 void FastNewBlockContextStub::Generate(MacroAssembler* masm) {
    [all...]

Completed in 68 milliseconds