Searched defs:is_native (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dfull-codegen.h601 bool is_native() { return info_->is_native(); } function in class:v8::internal::FullCodeGenerator
H A Dobjects-debug.cc752 bool is_native = RegExpImpl::UsesNativeRegExp(); local
761 (is_native ? one_byte_data->IsCode() : one_byte_data->IsByteArray()));
764 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));
H A Dcompiler.h160 bool is_native() const { return GetFlag(kNative); } function in class:v8::internal::CompilationInfo
H A Druntime.cc2295 bool is_native = DeclareGlobalsNativeFlag::decode(flags); local
2299 if (is_function && is_native) attr |= READ_ONLY;

Completed in 1335 milliseconds