OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:polymorphic
(Results
1 - 25
of
26
) sorted by null
1
2
/external/clang/utils/VtableTest/
gen.cc
70
bool
polymorphic
= false;
local
104
// We have a vtable and rtti, but technically we're not
polymorphic
105
//
polymorphic
= true;
267
polymorphic
= true;
268
if (
polymorphic
) {
278
if (
polymorphic
) {
/external/chromium_org/v8/test/mjsunit/
array-store-and-grow.js
212
// Verify that a
polymorphic
store and grow IC when crankshafted is still
213
// a grow IC (earlier it would revert to a standard store in the
polymorphic
228
// Should be a
polymorphic
grow stub. If not a grow stub it will deopt.
235
// Now verify that a
polymorphic
store (non-growing) IC when crankshafted WILL
track-fields.js
129
// Ensure double storage is not leaked in the case of
polymorphic
loads.
144
// Ensure
polymorphic
loads only go monomorphic when the representations are
147
// Check
polymorphic
load from double + object fields.
161
// Check
polymorphic
load from smi + object fields.
174
// Check
polymorphic
load from double + double fields.
polymorph-arrays.js
156
// Now try Crankshaft optimized
polymorphic
stores
/external/chromium_org/v8/test/mjsunit/compiler/
property-static.js
31
// turn into
polymorphic
or generic loads.
33
// Prepare a highly
polymorphic
load to be used by all tests.
pic.js
57
//
polymorphic
property access.
/external/chromium_org/v8/test/mjsunit/regress/
regress-deopt-store-effect.js
50
// Test deopt after
polymorphic
as monomorphic store with effect context.
67
// Test deopt after
polymorphic
store with effect context.
consolidated-holey-load.js
37
foo(a); // going
polymorphic
.
regress-1560.js
64
// Cleanup, then
polymorphic
case.
/external/chromium_org/v8/test/webkit/
dfg-check-two-structures.js
25
"This tests that a
polymorphic
structure check is actually executed."
dfg-convert-this-polymorphic-object-then-exit-on-other.js
25
"Tests that a convert_this optimized for the case where this is an object with
polymorphic
structure behaves correctly when you then pass null."
dfg-convert-this-polymorphic-object-then-exit-on-string.js
25
"Tests that a convert_this optimized for the case where this is an object with
polymorphic
structure behaves correctly when you then pass a string."
dfg-put-by-id-allocate-storage-polymorphic.js
25
"Tests that a
polymorphic
DFG PutById that allocates property storage works."
dfg-put-by-id-reallocate-storage-polymorphic.js
25
"Tests that a
polymorphic
DFG PutById that allocates, and then reallocates, property storage works."
polymorphic-construct.js
25
"This tests that
polymorphic
construction works correctly."
dfg-cfa-prove-put-by-id-simple-when-storing-to-specialized-function.js
32
// Warm up foo's put_by_id to make it look
polymorphic
.
dfg-ensure-non-array-array-storage-on-window.js
53
// Do strange things to ensure that the get_by_id on length goes
polymorphic
.
/external/v8/test/mjsunit/compiler/
pic.js
57
//
polymorphic
property access.
/external/v8/test/mjsunit/regress/
regress-1560.js
64
// Cleanup, then
polymorphic
case.
/external/v8/test/mjsunit/
polymorph-arrays.js
156
// Now try Crankshaft optimized
polymorphic
stores
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h
390
/* OBJ_TYPE_REF_TOKEN of a
polymorphic
call (if
polymorphic
is set). */
404
unsigned
polymorphic
: 1;
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h
390
/* OBJ_TYPE_REF_TOKEN of a
polymorphic
call (if
polymorphic
is set). */
404
unsigned
polymorphic
: 1;
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h
390
/* OBJ_TYPE_REF_TOKEN of a
polymorphic
call (if
polymorphic
is set). */
404
unsigned
polymorphic
: 1;
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h
390
/* OBJ_TYPE_REF_TOKEN of a
polymorphic
call (if
polymorphic
is set). */
404
unsigned
polymorphic
: 1;
[
all
...]
/external/chromium_org/v8/test/mjsunit/harmony/
object-observe.js
[
all
...]
Completed in 498 milliseconds
1
2