Home
last modified time | relevance | path

Searched refs:AllocateFastLiteral (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Djs-create-lowering.h72 Node* AllocateFastLiteral(Node* effect, Node* control, in NON_EXPORTED_BASE()
Djs-create-lowering.cc828 AllocateFastLiteral(effect, control, boilerplate, &site_context); in ReduceJSCreateLiteral()
1122 Node* JSCreateLowering::AllocateFastLiteral( in AllocateFastLiteral() function in v8::internal::compiler::JSCreateLowering
1175 value = effect = AllocateFastLiteral(effect, control, in AllocateFastLiteral()
1286 elements_values[i] = effect = AllocateFastLiteral( in AllocateFastLiteralElements()