Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h151 void BuildLdaLookupGlobalSlot(TypeofMode typeof_mode);
Dbytecode-graph-builder.cc971 void BytecodeGraphBuilder::BuildLdaLookupGlobalSlot(TypeofMode typeof_mode) { in BuildLdaLookupGlobalSlot() function in v8::internal::compiler::BytecodeGraphBuilder
1014 BuildLdaLookupGlobalSlot(TypeofMode::NOT_INSIDE_TYPEOF); in VisitLdaLookupGlobalSlot()
1018 BuildLdaLookupGlobalSlot(TypeofMode::INSIDE_TYPEOF); in VisitLdaLookupGlobalSlotInsideTypeof()