Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h149 void BuildLdaLookupSlot(TypeofMode typeof_mode);
Dbytecode-graph-builder.cc859 void BytecodeGraphBuilder::BuildLdaLookupSlot(TypeofMode typeof_mode) { in BuildLdaLookupSlot() function in v8::internal::compiler::BytecodeGraphBuilder
872 BuildLdaLookupSlot(TypeofMode::NOT_INSIDE_TYPEOF); in VisitLdaLookupSlot()
876 BuildLdaLookupSlot(TypeofMode::INSIDE_TYPEOF); in VisitLdaLookupSlotInsideTypeof()