OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocationsite
(Results
26 - 48
of
48
) sorted by null
1
2
/external/chromium_org/v8/src/
objects-debug.cc
960
void
AllocationSite
::AllocationSiteVerify() {
[
all
...]
serialize.h
348
void RelinkAllocationSite(
AllocationSite
* site);
hydrogen-instructions.h
[
all
...]
objects.cc
[
all
...]
serialize.cc
891
void Deserializer::RelinkAllocationSite(
AllocationSite
* site) {
923
RelinkAllocationSite(
AllocationSite
::cast(obj));
[
all
...]
objects.h
562
V(ALLOCATION_SITE,
AllocationSite
, allocation_site) \
[
all
...]
runtime.cc
491
Handle<
AllocationSite
> site;
512
site = Handle<
AllocationSite
>::cast(literal_site);
526
static Handle<
AllocationSite
> GetLiteralAllocationSite(
533
Handle<
AllocationSite
> site;
538
if (boilerplate.is_null()) return Handle<
AllocationSite
>::null();
544
return Handle<
AllocationSite
>::null();
550
site = Handle<
AllocationSite
>::cast(literal_site);
562
Handle<
AllocationSite
> site = GetLiteralAllocationSite(isolate, literals,
[
all
...]
code-stubs.h
[
all
...]
/external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc
[
all
...]
stub-cache-ia32.cc
[
all
...]
lithium-codegen-ia32.cc
[
all
...]
/external/chromium_org/v8/src/x64/
code-stubs-x64.cc
[
all
...]
stub-cache-x64.cc
[
all
...]
lithium-codegen-x64.cc
[
all
...]
/frameworks/base/core/java/android/os/
StrictMode.java
[
all
...]
/external/chromium_org/v8/test/cctest/
test-heap.cc
[
all
...]
test-heap-profiler.cc
[
all
...]
/libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java
[
all
...]
/external/chromium_org/v8/
ChangeLog
102
Bugfix: dependent code field in
AllocationSite
was keeping code objects
433
AllocationSite
is now checked to be sure a valid Site goes in. This is
[
all
...]
/external/chromium_org/v8/src/arm/
stub-cache-arm.cc
[
all
...]
lithium-codegen-arm.cc
[
all
...]
/external/chromium_org/v8/src/mips/
stub-cache-mips.cc
[
all
...]
lithium-codegen-mips.cc
[
all
...]
Completed in 488 milliseconds
1
2