Home
last modified time | relevance | path

Searched defs:ReduceJSLoadContext (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Djs-context-specialization.cc41 Reduction JSContextSpecialization::ReduceJSLoadContext(Node* node) { in ReduceJSLoadContext() function in v8::internal::compiler::JSContextSpecialization
Djs-typed-lowering.cc1287 Reduction JSTypedLowering::ReduceJSLoadContext(Node* node) { in ReduceJSLoadContext() function in v8::internal::compiler::JSTypedLowering
/external/v8/test/cctest/compiler/
Dtest-js-context-specialization.cc52 TEST(ReduceJSLoadContext) { in TEST() argument