Home
last modified time | relevance | path

Searched refs:kNative (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dbias_op_gpu.h53 kNative = 1, enumerator
Dbias_op.cc393 if (mode_ == BiasAddGradGPUMode::kNative) { in ToString()
574 best_result.set_algorithm(BiasAddGradGPUMode::kNative); in Compute()
/external/v8/src/regexp/
Dregexp.h17 enum class RegExpCompilationTarget : int { kBytecode, kNative }; enumerator
Dregexp.cc478 : RegExpCompilationTarget::kNative; in CompileIrregexp()
491 if (compile_data.compilation_target == RegExpCompilationTarget::kNative) { in CompileIrregexp()
816 if (data->compilation_target == RegExpCompilationTarget::kNative) { in Compile()
914 data->compilation_target == RegExpCompilationTarget::kNative) { in Compile()
/external/v8/src/objects/
Dscope-info.h327 enum class BootstrappingType { kScript, kFunction, kNative }; enumerator
Dscope-info.cc451 return CreateForBootstrapping(isolate, BootstrappingType::kNative); in CreateForNativeContext()
459 const bool is_native_context = type == BootstrappingType::kNative; in CreateForBootstrapping()
/external/v8/src/profiler/
Dheap-snapshot-generator.h111 kNative = v8::HeapGraphNode::kNative, enumerator
Dheap-snapshot-generator.cc176 case kNative: return "/native/"; in TypeAsString()
1234 HeapEntry::kNative, "system / JSArrayBufferData", in AllocateEntry()
1927 return node->IsRootNode() ? HeapEntry::kSynthetic : HeapEntry::kNative; in EmbedderGraphNodeType()
/external/v8/include/
Dv8-profiler.h444 kNative = 8, // Native object (not from V8 heap). enumerator
/external/v8/src/inspector/
Dvalue-mirror.cc283 enum class ErrorType { kNative, kClient }; enumerator
308 if (type == ErrorType::kNative && stack) return *stack; in descriptionForError()
1863 ErrorType::kNative)); in create()