Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-create-lowering.h109 Node* AllocateLiteralRegExp(Node* effect, Node* control, in NON_EXPORTED_BASE()
Djs-create-lowering.cc1214 Node* value = effect = AllocateLiteralRegExp(effect, control, boilerplate); in ReduceJSCreateLiteralRegExp()
1774 Node* JSCreateLowering::AllocateLiteralRegExp(Node* effect, Node* control, in AllocateLiteralRegExp() function in v8::internal::compiler::JSCreateLowering