Home
last modified time | relevance | path

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

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