OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsJSArrayFastElementMovingAllowed
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
builtins.cc
357
static inline bool
IsJSArrayFastElementMovingAllowed
(Heap* heap,
551
if (!
IsJSArrayFastElementMovingAllowed
(heap, JSArray::cast(receiver))) {
602
if (!
IsJSArrayFastElementMovingAllowed
(heap, JSArray::cast(receiver))) {
666
if (!
IsJSArrayFastElementMovingAllowed
(heap, array)) {
803
if (!
IsJSArrayFastElementMovingAllowed
(heap, JSArray::cast(receiver))) {
[
all
...]
/external/v8/src/
builtins.cc
448
static inline bool
IsJSArrayFastElementMovingAllowed
(Heap* heap,
586
if (!
IsJSArrayFastElementMovingAllowed
(heap, JSArray::cast(receiver))) {
628
if (!
IsJSArrayFastElementMovingAllowed
(heap, JSArray::cast(receiver))) {
686
!
IsJSArrayFastElementMovingAllowed
(heap, array)) {
784
if (!
IsJSArrayFastElementMovingAllowed
(heap, JSArray::cast(receiver))) {
[
all
...]
Completed in 925 milliseconds