Searched refs:kNative (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | bias_op_gpu.h | 53 kNative = 1, enumerator
|
D | bias_op.cc | 393 if (mode_ == BiasAddGradGPUMode::kNative) { in ToString() 574 best_result.set_algorithm(BiasAddGradGPUMode::kNative); in Compute()
|
/external/v8/src/regexp/ |
D | regexp.h | 17 enum class RegExpCompilationTarget : int { kBytecode, kNative }; enumerator
|
D | regexp.cc | 478 : 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/ |
D | scope-info.h | 327 enum class BootstrappingType { kScript, kFunction, kNative }; enumerator
|
D | scope-info.cc | 451 return CreateForBootstrapping(isolate, BootstrappingType::kNative); in CreateForNativeContext() 459 const bool is_native_context = type == BootstrappingType::kNative; in CreateForBootstrapping()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.h | 111 kNative = v8::HeapGraphNode::kNative, enumerator
|
D | heap-snapshot-generator.cc | 176 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/ |
D | v8-profiler.h | 444 kNative = 8, // Native object (not from V8 heap). enumerator
|
/external/v8/src/inspector/ |
D | value-mirror.cc | 283 enum class ErrorType { kNative, kClient }; enumerator 308 if (type == ErrorType::kNative && stack) return *stack; in descriptionForError() 1863 ErrorType::kNative)); in create()
|