OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetElementsKind
(Results
1 - 25
of
25
) sorted by null
/external/chromium_org/v8/src/
allocation-site-scopes.cc
89
AllocationSite::GetMode(object->
GetElementsKind
()) ==
builtins.cc
409
ElementsKind kind = array->
GetElementsKind
();
631
ElementsKind kind = array->
GetElementsKind
();
756
ElementsKind kind = object->
GetElementsKind
();
853
ElementsKind elements_kind = array->
GetElementsKind
();
[
all
...]
objects-inl.h
[
all
...]
objects-debug.cc
321
if (
GetElementsKind
() == NON_STRICT_ARGUMENTS_ELEMENTS) {
1063
switch (
GetElementsKind
()) {
[
all
...]
elements.cc
[
all
...]
ast.cc
386
ElementsKind kind = array->
GetElementsKind
();
736
elements_kind_ = site->
GetElementsKind
();
[
all
...]
objects.cc
[
all
...]
json-stringifier.h
549
switch (object->
GetElementsKind
()) {
runtime.cc
434
ElementsKind elements_kind = object->
GetElementsKind
();
[
all
...]
objects-printer.cc
328
// Don't call
GetElementsKind
, its validation code can cause the printer to
481
// Don't call
GetElementsKind
, its validation code can cause the printer to
[
all
...]
heap.cc
[
all
...]
objects.h
[
all
...]
ic.cc
[
all
...]
hydrogen.cc
[
all
...]
/external/v8/src/
builtins.cc
203
if (array->
GetElementsKind
() == FAST_SMI_ONLY_ELEMENTS &&
252
ElementsKind elements_kind = array->
GetElementsKind
();
263
switch (array->
GetElementsKind
()) {
754
ElementsKind elements_kind = JSObject::cast(receiver)->
GetElementsKind
();
831
JSObject::cast(receiver)->
GetElementsKind
();
[
all
...]
objects-inl.h
[
all
...]
objects-debug.cc
276
if (
GetElementsKind
() == NON_STRICT_ARGUMENTS_ELEMENTS) {
793
switch (
GetElementsKind
()) {
elements.cc
[
all
...]
objects.cc
[
all
...]
runtime.cc
210
switch (copy->
GetElementsKind
()) {
226
(copy->
GetElementsKind
() == FAST_ELEMENTS));
529
if (object->
GetElementsKind
() != FAST_ELEMENTS) {
[
all
...]
ic.cc
[
all
...]
heap.cc
[
all
...]
hydrogen-instructions.h
[
all
...]
objects.h
[
all
...]
hydrogen.cc
[
all
...]
Completed in 983 milliseconds