Home
last modified time | relevance | path

Searched full:contain (Results 1 – 25 of 78) sorted by relevance

1234

/arkcompiler/runtime_core/compiler/optimizer/templates/
DIR-instructions.md.erb31 verify << "users.contain(#{ null_check_users.map { |x| x.opcode }.join(', ')})"
33 verify << "users.contain(#{ zero_check_users.map { |x| x.opcode }.join(', ')})"
35 verify << "users.contain(#{ bounds_check_users.map { |x| x.opcode }.join(', ')})"
37 verify << "users.contain(#{ negative_check_users.map { |x| x.opcode }.join(', ')})"
/arkcompiler/runtime_core/compiler/docs/
Dif_conversion_doc.md35 `PBB`(Phi BB) -- false or true successor of `BB`, which contain PHI instruction for BB and JBB
49 `PBB`(Phi BB) -- the successor of `JBB` and `JBB 2`, which contain PHI instruction for `JBB` and `J…
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)
Dredundant_loop_elimination_doc.md12 * Loop doesn't contain instructions with side effect (ex. call instructions).
13 * Loop doesn't contain instructions with users out of the loop.
Daot_resolve_string.md34 …ue already stored in `STRING_SLOT` PLT-slot - after AOT-file loading all such slots contain `0` and
/arkcompiler/runtime_core/irtoc/lang/
Dinstructions_data.rb26 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"
Dregmap.rb24 raise "Regmap doesn't contain data for required arch" unless @data
/arkcompiler/runtime_core/libpandabase/os/
Ddebug_info.h112 bool Contain(Dwarf_Addr addr) const in Contain() function
117 bool Contain(const Range &r) const in Contain() function
Ddebug_info.cpp249 if (it == ranges_.end() || !it->Contain(pc)) { in GetSrcLocation()
264 if (it == ranges_.end() || !it->Contain(pc)) { in GetSrcLocation()
353 if (it->Contain(range)) { in AddFunction()
363 } else if (range.Contain(*it)) { in AddFunction()
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/
Dorphaned_md.erb16 The test files listed below don't have properly formatted assertions, or contain assertions that co…
/arkcompiler/runtime_core/runtime/bridge/arch/aarch64/
Dhandle_call_v4_v4_id16_aarch64.S17 // regs contain the following follow (see runtime/bridge/arch/aarch64/interpreter_to_compiled_code_…
Dhandle_initobj_v4_v4_id16_aarch64.S17 // regs contain the following follow (see runtime/bridge/arch/aarch64/interpreter_to_compiled_code_…
Dhandle_call_v4_imm4_id16_aarch64.S17 // regs contain the following follow (see runtime/bridge/arch/aarch64/interpreter_to_compiled_code_…
Dhandle_call_v4_v4_v4_imm4_id16_aarch64.S17 // regs contain the following follow (see runtime/bridge/arch/aarch64/interpreter_to_compiled_code_…
/arkcompiler/runtime_core/runtime/bridge/arch/arm/
Dhandle_call_v4_v4_v4_imm4_id16_arm.S17 …// regs contain the following (see runtime/bridge/arch/arm/interpreter_to_compiled_code_bridge_arm…
Dhandle_call_v4_imm4_id16_arm.S17 …// regs contain the following (see runtime/bridge/arch/arm/interpreter_to_compiled_code_bridge_arm…
Dhandle_call_v4_imm4_id16_armhf.S17 …// regs contain the following (see runtime/bridge/arch/arm/interpreter_to_compiled_code_bridge_arm…
Dhandle_call_v4_v4_v4_imm4_id16_armhf.S17 …// regs contain the following (see runtime/bridge/arch/arm/interpreter_to_compiled_code_bridge_arm…
/arkcompiler/runtime_core/docs/
Ddoxygen.config14 # Values that contain spaces should be placed between quotes (\" \").
326 # definitions whose arguments contain STL classes (e.g. func(std::string);
768 # can produce. The string should contain the $file, $line, and $text tags, which
770 # and the warning text. Optionally the format may contain $version, which will
787 # The INPUT tag is used to specify the files and/or directories that contain
868 # that contain example code fragments that are included (see the \include
888 # that contain images that are to be included in the documentation (see the
1200 # page will contain the date and time when the page was generated. Setting this
1209 # documentation will contain sections that can be hidden and shown after the
1283 # HTML files also contain an index, a table of contents, and you can search for
[all …]
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dobject_type_propagation.cpp59 …// LoadArray should be processed more carefully, because it may contain object of the derived clas… in VisitLoadArray()
/arkcompiler/ets_frontend/ts2panda/src/
DstrictMode.ts60 // string to contain unicode escapes (as per ES5).
/arkcompiler/runtime_core/runtime/tests/arch/amd64/
Dinvokation_helper.S84 // rax, rdx contain the result
/arkcompiler/runtime_core/verification/util/tests/
Dindex_test.cpp91 std::unordered_set<Index<int, 8>> i_set; // containers mustn't contain invalid index in TEST_F()
Dabstract_index_test.cpp75 … std::unordered_set<AbstractIndex<int, Wrap>> i_set; // containers mustn't contain invalid index
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Ddeoptimize_elimination.h65 * NOTHING - If block is preccessed, but it doesn't contain GUARD and RUNTIME_CALL
/arkcompiler/runtime_core/tests/cts-coverage-tool/config/
Dnon_testable.yaml112 First source register contains a function 'any' value, other imm source registers contain

1234