OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationSiteUsageContext
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/v8/src/
allocation-site-scopes.h
84
//
AllocationSiteUsageContext
aids in the creation of AllocationMementos placed
86
class
AllocationSiteUsageContext
: public AllocationSiteContext {
88
AllocationSiteUsageContext
(Isolate* isolate, Handle<AllocationSite> site,
allocation-site-scopes.cc
86
bool
AllocationSiteUsageContext
::ShouldCreateMemento(Handle<JSObject> object) {
hydrogen.h
[
all
...]
hydrogen.cc
[
all
...]
objects.h
[
all
...]
objects.cc
[
all
...]
runtime.cc
517
AllocationSiteUsageContext
usage_context(isolate, site, true);
568
AllocationSiteUsageContext
usage_context(isolate, site, enable_mementos);
[
all
...]
Completed in 379 milliseconds