HomeSort by relevance Sort by last modified time
    Searched refs:new_source (Results 1 - 12 of 12) sorted by null

  /external/tensorflow/tensorflow/python/autograph/pyct/
parser.py 111 new_source = '\n'.join(lines)
114 module_node = parse_str(new_source)
115 return module_node.body[0], new_source, module_node
120 ' source to:\n{}\nBut that did not work.'.format(new_source))
  /art/runtime/mirror/
dex_cache-inl.h 398 String* new_source = visitor(ptr); local
399 source.object = GcRoot<String>(new_source);
410 Class* new_source = visitor(ptr); local
411 source.object = GcRoot<Class>(new_source);
423 MethodType* new_source = visitor(ptr); local
424 source.object = GcRoot<MethodType>(new_source);
435 mirror::CallSite* new_source = visitor(source); local
436 dest[i] = GcRoot<mirror::CallSite>(new_source);
  /external/tensorflow/tensorflow/compiler/xla/service/
indexed_array_analysis.cc 490 Array* const new_source,
517 new_source, new_indices, new_source_dim,
592 Array* const new_source,
595 new_source, operand->indices(), new_source_dim,
939 ConstantArray* new_source = Construct<ConstantArray>(literal_for_new_source); local
963 ConstantArray* new_source = Construct<ConstantArray>(literal_for_new_source); local
1060 ConstantArray* new_source = Construct<ConstantArray>(literal_for_new_source); local
1096 ConstantArray* new_source = Construct<ConstantArray>(literal_for_new_source); local
    [all...]
  /art/compiler/optimizing/
parallel_move_resolver.cc 105 // with `new_source`. Note that `updated_location` can be a pair, therefore if
107 static void UpdateSourceOf(MoveOperands* move, Location updated_location, Location new_source) {
110 move->SetSource(LowOf(new_source));
112 move->SetSource(HighOf(new_source));
115 move->SetSource(new_source);
  /external/deqp-deps/SPIRV-Tools/source/opt/
merge_return_pass.h 275 // new edge from |new_source|. The value for that edge will be an Undef. If
278 void UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target);
merge_return_pass.cpp 223 void MergeReturnPass::UpdatePhiNodes(BasicBlock* new_source,
225 target->ForEachPhiInst([this, new_source](Instruction* inst) {
228 inst->AddOperand({SPV_OPERAND_TYPE_ID, {new_source->id()}});
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
merge_return_pass.h 277 // new edge from |new_source|. The value for that edge will be an Undef. If
281 // The CFG must not include the edge from |new_source| to |target| yet.
282 void UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target);
merge_return_pass.cpp 223 void MergeReturnPass::UpdatePhiNodes(BasicBlock* new_source,
225 target->ForEachPhiInst([this, new_source](Instruction* inst) {
228 inst->AddOperand({SPV_OPERAND_TYPE_ID, {new_source->id()}});
  /external/v8/src/runtime/
runtime-debug.cc 779 CONVERT_ARG_HANDLE_CHECKED(String, new_source, 1);
784 LiveEdit::PatchScript(isolate, script, new_source, false, &result);
  /external/v8/src/debug/
liveedit.cc     [all...]
  /device/google/cuttlefish_common/guest/hals/ril/
cuttlefish_ril.cpp 1323 RIL_CdmaSubscriptionSource new_source = *(RIL_CdmaSubscriptionSource*)(data); local
    [all...]
  /external/v8/src/torque/
implementation-visitor.cc     [all...]

Completed in 889 milliseconds