Searched refs:concrete (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | js-context-specialization.cc | 148 // We do not have a concrete context object, so we can only partially reduce in ReduceJSLoadContext() 153 // Now walk up the concrete context chain for the remaining depth. in ReduceJSLoadContext() 154 ContextRef concrete = maybe_concrete.value(); in ReduceJSLoadContext() local 155 concrete = concrete.previous(&depth); in ReduceJSLoadContext() 157 TRACE_BROKER_MISSING(broker(), "previous value for context " << concrete); in ReduceJSLoadContext() local 158 return SimplifyJSLoadContext(node, jsgraph()->Constant(concrete), depth); in ReduceJSLoadContext() 164 return SimplifyJSLoadContext(node, jsgraph()->Constant(concrete), depth); in ReduceJSLoadContext() 169 maybe_value = concrete.get(static_cast<int>(access.index())); in ReduceJSLoadContext() 174 << concrete); in ReduceJSLoadContext() 217 ContextRef concrete = maybe_concrete.value(); ReduceJSStoreContext() local 220 TRACE_BROKER_MISSING(broker(), "previous value for context " << concrete); ReduceJSStoreContext() local [all...] |
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | input.py | 2458 concrete = [ 2463 target_dict["default_configuration"] = sorted(concrete)[0]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | input.py | 2442 concrete = [ 2447 target_dict["default_configuration"] = sorted(concrete)[0]
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework.py | 1418 def writeInterfaceDecl (api, filename, functionTypes, concrete): 1420 postfix = "" if concrete else " = 0"
|
H A D | gen_framework_sc.py | 1131 def writeInterfaceDecl (api, filename, functionTypes, concrete): 1133 postfix = "" if concrete else " = 0"
|
H A D | ohos_gen_framework.py | 1135 def writeInterfaceDecl (api, filename, functionTypes, concrete): 1137 postfix = "" if concrete else " = 0"
|
Completed in 20 milliseconds