Searched defs:is_unloaded (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/arm/
H A Dcodegen-arm.h81 bool is_unloaded() const { return type_ == UNLOADED; } function in class:v8::internal::BASE_EMBEDDED
/external/v8/src/ia32/
H A Dcodegen-ia32.h81 bool is_unloaded() const { return type_ == UNLOADED; } function in class:v8::internal::BASE_EMBEDDED
/external/v8/src/x64/
H A Dcodegen-x64.h82 bool is_unloaded() const { return type_ == UNLOADED; } function in class:v8::internal::BASE_EMBEDDED

Completed in 70 milliseconds