Searched full:doesn (Results 1 – 25 of 152) sorted by relevance
1234567
| /arkcompiler/runtime_core/compiler/docs/ |
| D | if_conversion_doc.md | 57 4. `JBB`(and `JBB 2` for Diamond) doesn't contain instruction with `no_ifcvt` property(for example … 60 7. `PBB` doesn't contain float Phi with different inputs for `JBB` and `BB`(`JBB 2` for Diamond) 71 …b. If `PBB` doesn't have other predecessors, all Phi inputs are copied to Select instructions and … 73 7. If `PBB` doesn't have other predecessors, `BB` and `PBB` are merged
|
| D | redundant_loop_elimination_doc.md | 12 * Loop doesn't contain instructions with side effect (ex. call instructions). 13 * Loop doesn't contain instructions with users out of the loop.
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | instructions_data.rb | 26 abort "Instruction description doesn't contain opcode field" unless inst.include? "opcode" 30 abort "Instruction description doesn't contain opcode field" unless inst.include? "opcode"
|
| D | options.rb | 65 raise "Irtoc plugin doesn't specifiy its name: #{full_plugin_path}" unless line_matches 91 raise "Compiler config doesn't contain `arch_info`" unless arch_info
|
| D | regmap.rb | 24 raise "Regmap doesn't contain data for required arch" unless @data
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | cc_wrapper.gni | 24 # ignore -Xclang, so it doesn't matter if you disable clang_use_chrome_plugins 49 # Set to "ccache", "icecc" or "distcc". Probably doesn't work on windows.
|
| /arkcompiler/runtime_core/docs/ |
| D | runtime-debug-api.md | 9 1. Runtime doesn't patch apps' bytecode on the fly. Instead of it notification about changing bytec… 11 …own thread and responsibilies for thread management relies on it, runtime doesn't create/destroy t…
|
| /arkcompiler/toolchain/build/prebuilts_download/ |
| D | util.py | 25 print("file '{}' doesn't exist.".format(input_file)) 44 print("file '{}' doesn't exist.".format(input_file))
|
| /arkcompiler/runtime_core/libpandafile/templates/ |
| D | bytecode_instruction-inl_gen.h.erb | 91 static_assert(HasId(format, idx), "Instruction doesn't have id operand with such index"); 121 ASSERT_PRINT(HasId(format, idx), "Instruction doesn't have imm operand with such index"); 152 ASSERT_PRINT(HasId(format, idx), "Instruction doesn't have id operand with such index"); 186 static_assert(HasVReg(format, idx), "Instruction doesn't have vreg operand with such index"); 213 ASSERT_PRINT(HasVReg(format, idx), "Instruction doesn't have vreg operand with such index"); 249 static_assert(HasImm(format, idx), "Instruction doesn't have imm operand with such index"); 275 ASSERT_PRINT(HasImm(format, idx), "Instruction doesn't have imm operand with such index");
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | obj-34.pa | 14 # check that ld.type doesn't trigger cctor
|
| D | obj-35.pa | 14 # check that isinstance doesn't trigger cctor
|
| D | obj-36.pa | 14 # check that checkcast doesn't trigger cctor
|
| /arkcompiler/runtime_core/runtime/arch/x86/ |
| D | interpreter_support.S | 17 // doesn't support DWARF in x86 platform
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
| D | generate_operations_intrinsic_inst.inl.erb | 21 % # dynamic intrinsics doesn't support in inst_generator
|
| D | intrinsic_codegen_test.inl.erb | 18 % # dynamic intrinsics doesn't support in inst_generator
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | failure_retry.h | 20 // Mac Os' libc doesn't have this macro
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | nop.yaml | 32 description: Check 'nop' doesn't affect register values.
|
| D | isinstance.yaml | 774 # O doesn't implement T, std object 786 # O doesn't implement T, custom object 792 # O doesn't implement T, string 797 # O doesn't implement T, type 828 # O doesn't implement T, both arrays, std object 844 # O doesn't implement T, both arrays, custom object
|
| /arkcompiler/runtime_core/verification/util/ |
| D | panda_or_std.h | 28 // Panda's allocator by default, standard allocator if Rapidcheck is enabled because it doesn't lin…
|
| /arkcompiler/runtime_core/verification/config/debug_breakpoint/ |
| D | breakpoint.h | 35 // this is a macro so it doesn't show up in the backtrace
|
| /arkcompiler/runtime_core/runtime/include/coretypes/ |
| D | string.h | 246 * Compares strings by bytes, It doesn't check canonical unicode equivalence. 250 * Compares strings by bytes, It doesn't check canonical unicode equivalence. 256 * Compares strings by bytes, It doesn't check canonical unicode equivalence.
|
| /arkcompiler/runtime_core/irtoc/backend/compiler/ |
| D | codegen_fastpath.cpp | 176 …// We need to save all caller regs, since caller doesn't care about registers at all (except param… in IntrinsicSaveRegisters() 182 …t of the saved registers in prologue is even(i.e. aligned), then even if target doesn't support LR, in IntrinsicSaveRegisters() 200 …// We need to restore all caller regs, since caller doesn't care about registers at all (except pa… in IntrinsicRestoreRegisters()
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | bug_2086_1.pa | 34 # Check that verifier reports an error when the field doesn't resolve to a non-static valid objec…
|
| D | bug_2086_2.pa | 34 # Check that verifier reports an error when the field doesn't resolve to a non-static valid objec…
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | object_helpers.h | 74 …LOG(ERROR, GC) << " Broken object doesn't have class: " << object << " accessed from object: " << … in ValidateObject() 93 … << " Broken object doesn't have class: " << object in ValidateObject()
|
1234567