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

  /external/v8/src/
code-factory.h 149 static Callable FastNewFunctionContext(Isolate* isolate,
code-factory.cc 357 Callable CodeFactory::FastNewFunctionContext(Isolate* isolate,
interface-descriptors.h 34 V(FastNewFunctionContext) \
    [all...]
  /external/v8/src/builtins/
builtins.h 103 FastNewFunctionContext, 1) \
105 FastNewFunctionContext, 1) \
    [all...]
  /external/v8/src/compiler/
js-generic-lowering.cc 408 CodeFactory::FastNewFunctionContext(isolate(), scope_type);
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 204 Callable callable = CodeFactory::FastNewFunctionContext(
209 // Result of the FastNewFunctionContext builtin is always in new space.
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 207 Callable callable = CodeFactory::FastNewFunctionContext(
211 // Result of the FastNewFunctionContext builtin is always in new space.
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 193 Callable callable = CodeFactory::FastNewFunctionContext(
198 // Result of the FastNewFunctionContext builtin is always in new space.
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 214 Callable callable = CodeFactory::FastNewFunctionContext(
219 // Result of the FastNewFunctionContext builtin is always in new space.
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 213 Callable callable = CodeFactory::FastNewFunctionContext(
218 // Result of the FastNewFunctionContext builtin is always in new space.
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 211 Callable callable = CodeFactory::FastNewFunctionContext(
216 // Result of the FastNewFunctionContext builtin is always in new space.
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 215 Callable callable = CodeFactory::FastNewFunctionContext(
220 // Result of the FastNewFunctionContext builtin is always in new space.
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 195 Callable callable = CodeFactory::FastNewFunctionContext(
199 // Result of the FastNewFunctionContext builtin is always in new space.
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 193 Callable callable = CodeFactory::FastNewFunctionContext(
198 // Result of the FastNewFunctionContext builtin is always in new space.
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 170 Callable callable = CodeFactory::FastNewFunctionContext(
175 // Result of the FastNewFunctionContext builtin is always in new space.
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 624 Callable callable = CodeFactory::FastNewFunctionContext(
628 // Result of the FastNewFunctionContext builtin is always in new space.
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 182 Callable callable = CodeFactory::FastNewFunctionContext(
187 // Result of the FastNewFunctionContext builtin is always in new space.
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 208 Callable callable = CodeFactory::FastNewFunctionContext(
213 // Result of the FastNewFunctionContext builtin is always in new space.
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 184 Callable callable = CodeFactory::FastNewFunctionContext(
189 // Result of the FastNewFunctionContext builtin is always in new space.
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 192 Callable callable = CodeFactory::FastNewFunctionContext(
197 // Result of the FastNewFunctionContext builtin is always in new space.
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 183 Callable callable = CodeFactory::FastNewFunctionContext(
188 // Result of the FastNewFunctionContext builtin is always in new space.
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 186 Callable callable = CodeFactory::FastNewFunctionContext(
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 152 Callable callable = CodeFactory::FastNewFunctionContext(
157 // Result of the FastNewFunctionContext builtin is always in new space.
    [all...]

Completed in 2419 milliseconds