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

  /external/deqp-deps/SPIRV-Tools/source/opt/
inst_bindless_check_pass.cpp 205 uint32_t ref_type_id = ref_inst_itr->type_id(); local
216 ref_type_id, {new_ref_id, valid_blk_id, builder.GetNullId(ref_type_id),
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
inst_bindless_check_pass.cpp 205 uint32_t ref_type_id = ref_inst_itr->type_id(); local
216 ref_type_id, {new_ref_id, valid_blk_id, builder.GetNullId(ref_type_id),
  /art/runtime/
debugger.h 319 static JDWP::JdwpError GetSignature(JDWP::RefTypeId ref_type_id, std::string* signature)
321 static JDWP::JdwpError GetSourceDebugExtension(JDWP::RefTypeId ref_type_id,
324 static JDWP::JdwpError GetSourceFile(JDWP::RefTypeId ref_type_id, std::string* source_file)
410 static JDWP::JdwpError OutputDeclaredFields(JDWP::RefTypeId ref_type_id, bool with_generic,
413 static JDWP::JdwpError OutputDeclaredMethods(JDWP::RefTypeId ref_type_id, bool with_generic,
416 static JDWP::JdwpError OutputDeclaredInterfaces(JDWP::RefTypeId ref_type_id,
419 static void OutputLineTable(JDWP::RefTypeId ref_type_id, JDWP::MethodId method_id,
422 static void OutputVariableTable(JDWP::RefTypeId ref_type_id, JDWP::MethodId id, bool with_generic,
447 static JDWP::JdwpError GetStaticFieldValue(JDWP::RefTypeId ref_type_id, JDWP::FieldId field_id,
    [all...]
debugger.cc     [all...]
  /external/deqp-deps/SPIRV-Tools/utils/
generate_grammar_tables.py 231 self.ref_type_id = 'IdResultType' in operands
252 '{def_result_id}', '{ref_type_id}',
262 ref_type_id=(1 if self.ref_type_id else 0),
  /external/swiftshader/third_party/SPIRV-Tools/utils/
generate_grammar_tables.py 231 self.ref_type_id = 'IdResultType' in operands
252 '{def_result_id}', '{ref_type_id}',
262 ref_type_id=(1 if self.ref_type_id else 0),
  /art/runtime/jdwp/
jdwp.h 424 std::string DescribeRefTypeId(const RefTypeId& ref_type_id) REQUIRES_SHARED(Locks::mutator_lock_);
jdwp_handler.cc 53 std::string DescribeRefTypeId(const RefTypeId& ref_type_id) {
55 Dbg::GetSignature(ref_type_id, &signature);
56 return StringPrintf("%#" PRIx64 " (%s)", ref_type_id, signature.c_str());
    [all...]

Completed in 1553 milliseconds