OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cast_gc_safe
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/
layout-descriptor.h
47
V8_INLINE static LayoutDescriptor*
cast_gc_safe
(Object* object);
layout-descriptor-inl.h
135
LayoutDescriptor* LayoutDescriptor::
cast_gc_safe
(Object* object) {
function in class:v8::internal::LayoutDescriptor
objects-inl.h
[
all
...]
/external/v8/test/cctest/
test-unboxed-doubles.cc
583
// Now test LayoutDescriptor::
cast_gc_safe
().
589
CHECK_EQ(layout_desc, LayoutDescriptor::
cast_gc_safe
(layout_desc));
598
LayoutDescriptor::
cast_gc_safe
(layout_desc));
[
all
...]
Completed in 95 milliseconds