HomeSort by relevance Sort by last modified time
    Searched refs:site_context (Results 1 - 6 of 6) sorted by null

  /external/v8/src/compiler/
js-create-lowering.h 69 AllocationSiteUsageContext* site_context);
73 AllocationSiteUsageContext* site_context);
js-create-lowering.cc 635 AllocationSiteUsageContext site_context(isolate(), site, false);
636 site_context.EnterNewScope();
638 AllocateFastLiteral(effect, control, boilerplate, &site_context);
639 site_context.ExitScope(site, boilerplate);
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]
hydrogen.h     [all...]
  /external/v8/src/
objects.cc 7875 inline ContextObject* site_context() { return site_context_; } function in class:v8::internal::JSObjectWalkVisitor
    [all...]
objects.h     [all...]

Completed in 1031 milliseconds