Searched defs:is_unloaded (Results 1 - 3 of 3) sorted by relevance
/external/v8/src/arm/ | ||
H A D | codegen-arm.h | 81 bool is_unloaded() const { return type_ == UNLOADED; } function in class:v8::internal::BASE_EMBEDDED |
/external/v8/src/ia32/ | ||
H A D | codegen-ia32.h | 81 bool is_unloaded() const { return type_ == UNLOADED; } function in class:v8::internal::BASE_EMBEDDED |
/external/v8/src/x64/ | ||
H A D | codegen-x64.h | 82 bool is_unloaded() const { return type_ == UNLOADED; } function in class:v8::internal::BASE_EMBEDDED |
Completed in 70 milliseconds