Home
last modified time | relevance | path

Searched refs:FastNewFunctionContext (Results 1 – 23 of 23) sorted by relevance

/external/v8/src/
Dcode-factory.h149 static Callable FastNewFunctionContext(Isolate* isolate,
Dcode-factory.cc357 Callable CodeFactory::FastNewFunctionContext(Isolate* isolate, in FastNewFunctionContext() function in v8::internal::CodeFactory
Dinterface-descriptors.h34 V(FastNewFunctionContext) \
/external/v8/src/builtins/
Dbuiltins.h103 FastNewFunctionContext, 1) \
105 FastNewFunctionContext, 1) \
/external/v8/src/compiler/
Djs-generic-lowering.cc408 CodeFactory::FastNewFunctionContext(isolate(), scope_type); in LowerJSCreateFunctionContext()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc193 Callable callable = CodeFactory::FastNewFunctionContext( in Generate()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc195 Callable callable = CodeFactory::FastNewFunctionContext( in Generate()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc193 Callable callable = CodeFactory::FastNewFunctionContext( in Generate()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc204 Callable callable = CodeFactory::FastNewFunctionContext( in Generate()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc207 Callable callable = CodeFactory::FastNewFunctionContext( in Generate()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc214 Callable callable = CodeFactory::FastNewFunctionContext( in Generate()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc213 Callable callable = CodeFactory::FastNewFunctionContext( in Generate()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc215 Callable callable = CodeFactory::FastNewFunctionContext( in Generate()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc211 Callable callable = CodeFactory::FastNewFunctionContext( in Generate()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc208 Callable callable = CodeFactory::FastNewFunctionContext( in DoPrologue()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc624 Callable callable = CodeFactory::FastNewFunctionContext( in DoPrologue()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc182 Callable callable = CodeFactory::FastNewFunctionContext( in DoPrologue()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc170 Callable callable = CodeFactory::FastNewFunctionContext( in DoPrologue()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc186 Callable callable = CodeFactory::FastNewFunctionContext( in DoPrologue()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc184 Callable callable = CodeFactory::FastNewFunctionContext( in DoPrologue()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc183 Callable callable = CodeFactory::FastNewFunctionContext( in DoPrologue()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc192 Callable callable = CodeFactory::FastNewFunctionContext( in DoPrologue()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc152 Callable callable = CodeFactory::FastNewFunctionContext( in DoPrologue()