Home
last modified time | relevance | path

Searched refs:concrete (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Djs-context-specialization.cc148 // 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 Dinput.py2458 concrete = [
2463 target_dict["default_configuration"] = sorted(concrete)[0]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dinput.py2442 concrete = [
2447 target_dict["default_configuration"] = sorted(concrete)[0]
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py1418 def writeInterfaceDecl (api, filename, functionTypes, concrete):
1420 postfix = "" if concrete else " = 0"
H A Dgen_framework_sc.py1131 def writeInterfaceDecl (api, filename, functionTypes, concrete):
1133 postfix = "" if concrete else " = 0"
H A Dohos_gen_framework.py1135 def writeInterfaceDecl (api, filename, functionTypes, concrete):
1137 postfix = "" if concrete else " = 0"

Completed in 20 milliseconds