OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LiveObjectType
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
liveobjectlist.cc
129
enum /*
LiveObjectType
*/ {
138
LiveObjectType
GetObjectType(HeapObject* heap_obj) {
150
inline const char* GetObjectTypeDesc(
LiveObjectType
type) {
163
LiveObjectType
type = GetObjectType(heap_obj);
168
bool IsOfType(
LiveObjectType
type, HeapObject* obj) {
238
static
LiveObjectType
FindTypeFor(String* type_str) {
270
LiveObjectType
type_;
796
LiveObjectType
type = GetObjectType(heap_obj);
807
inline int Count(
LiveObjectType
type) {
810
inline int Size(
LiveObjectType
type)
[
all
...]
liveobjectlist.h
50
typedef int
LiveObjectType
;
Completed in 41 milliseconds