Home
last modified time | relevance | path

Searched defs:IsCompiled (Results 1 – 2 of 2) sorted by relevance

/third_party/vixl/src/aarch64/
Ddecoder-aarch64.h3330 bool IsCompiled() const { return GetCompiledNode() != NULL; } in IsCompiled() function
/third_party/node/deps/v8/src/regexp/experimental/
Dexperimental.cc37 bool ExperimentalRegExp::IsCompiled(Handle<JSRegExp> re, Isolate* isolate) { in IsCompiled() function in v8::internal::ExperimentalRegExp