Home
last modified time | relevance | path

Searched refs:HFunctionLiteral (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/v8/src/
Dhydrogen-instructions.h7469 class HFunctionLiteral FINAL : public HTemplateInstruction<1> {
7471 DECLARE_INSTRUCTION_WITH_CONTEXT_FACTORY_P2(HFunctionLiteral,
7492 HFunctionLiteral(HValue* context, Handle<SharedFunctionInfo> shared, in HFunctionLiteral() function
Dhydrogen.cc5239 HFunctionLiteral* instr = in VisitFunctionLiteral()
5240 New<HFunctionLiteral>(shared_info, expr->pretenure()); in VisitFunctionLiteral()
/external/chromium_org/v8/src/mips/
Dlithium-mips.cc2381 LInstruction* LChunkBuilder::DoFunctionLiteral(HFunctionLiteral* instr) { in DoFunctionLiteral()
/external/chromium_org/v8/src/mips64/
Dlithium-mips64.cc2381 LInstruction* LChunkBuilder::DoFunctionLiteral(HFunctionLiteral* instr) { in DoFunctionLiteral()
/external/chromium_org/v8/src/arm/
Dlithium-arm.cc2432 LInstruction* LChunkBuilder::DoFunctionLiteral(HFunctionLiteral* instr) { in DoFunctionLiteral()
/external/chromium_org/v8/src/x87/
Dlithium-x87.cc2492 LInstruction* LChunkBuilder::DoFunctionLiteral(HFunctionLiteral* instr) { in DoFunctionLiteral()
/external/chromium_org/v8/src/x64/
Dlithium-x64.cc2469 LInstruction* LChunkBuilder::DoFunctionLiteral(HFunctionLiteral* instr) { in DoFunctionLiteral()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.cc2488 LInstruction* LChunkBuilder::DoFunctionLiteral(HFunctionLiteral* instr) { in DoFunctionLiteral()
/external/chromium_org/v8/src/arm64/
Dlithium-arm64.cc1494 LInstruction* LChunkBuilder::DoFunctionLiteral(HFunctionLiteral* instr) { in DoFunctionLiteral()