Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.cc882 Environment* slow_environment = nullptr; in CheckContextExtensions() local
900 if (slow_environment == nullptr) { in CheckContextExtensions()
901 slow_environment = environment(); in CheckContextExtensions()
904 slow_environment->Merge(environment()); in CheckContextExtensions()
918 DCHECK(depth == 0 || slow_environment != nullptr); in CheckContextExtensions()
920 return slow_environment; in CheckContextExtensions()
927 Environment* slow_environment = CheckContextExtensions(depth); in BuildLdaLookupContextSlot() local
938 if (slow_environment != nullptr) { in BuildLdaLookupContextSlot()
944 set_environment(slow_environment); in BuildLdaLookupContextSlot()
975 Environment* slow_environment = CheckContextExtensions(depth); in BuildLdaLookupGlobalSlot() local
[all …]