Home
last modified time | relevance | path

Searched refs:compile_function (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-lazy-gen.cc121 Label compile_function(this, Label::kDeferred); in CompileLazy() local
125 LoadFeedbackVector(function, &compile_function); in CompileLazy()
135 TNode<Code> code = GetSharedFunctionInfoCode(shared, &compile_function); in CompileLazy()
145 BIND(&compile_function); in CompileLazy()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_compilation_cache.cc208 compile_function) { in CompileIfKeyAbsent()
222 entry = InitializeEntry(key, compile_function); in CompileIfKeyAbsent()
Dxrt_compilation_cache.h113 compile_function);