Home
last modified time | relevance | path

Searched defs:in (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dutf_test.cpp30 const std::vector<uint8_t> in {0xc0, 0x80, 0x00}; variable
39 const std::vector<uint8_t> in {0x7f, 0x00}; variable
48 const std::vector<uint8_t> in {0xc2, 0xa7, 0x33, 0x00}; variable
57 const std::vector<uint8_t> in {0xef, 0xbf, 0x83, 0x33, 0x00}; variable
66 const std::vector<uint8_t> in {0xed, 0xa0, 0x81, 0xed, 0xb0, 0xb7, 0x00}; variable
74 const std::vector<uint8_t> in {0x5b, 0x61, 0x62, 0x63, 0xed, 0xa3, 0x92, 0x5d, 0x00}; variable
82 const std::vector<uint8_t> in {0xF0, 0x9F, 0x91, 0xB3, 0x00}; variable
94 const std::vector<uint16_t> in {0x0}; variable
101 const std::vector<uint16_t> in {0x7f}; variable
107 const std::vector<uint16_t> in {0x7f}; variable
[all …]
Dbit_table_test.cpp69 BitMemoryStreamIn in(data.data(), 0, data.size() * BITS_PER_BYTE); in TEST_F() local
88 BitMemoryStreamIn in(data.data(), 0, data.size() * BITS_PER_BYTE); in TEST_F() local
114 BitMemoryStreamIn in(data.data(), 0, data.size() * BITS_PER_BYTE); in TEST_F() local
147 BitMemoryStreamIn in(data.data(), 0, data.size() * BITS_PER_BYTE); in TEST_F() local
211 BitMemoryStreamIn in(data.data(), 0, data.size() * BITS_PER_BYTE); in TEST_F() local
245 BitMemoryStreamIn in(data.data(), 0, data.size() * BITS_PER_BYTE); in TEST_F() local
394 BitMemoryStreamIn in(data.data(), 0, data.size() * BITS_PER_BYTE); in TEST_F() local
455 BitMemoryStreamIn in(data.data(), 0, data.size() * BITS_PER_BYTE); in TEST_F() local
Dalloc_tracker_test.cpp41 static void SkipString(std::istream &in) in SkipString()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dbcopt_type_adaption_test.cpp233 … [](const auto &in) { return in.opcode == panda::pandasm::Opcode::INVALID; }); in __anonc5413f460102()
250 … [](const auto &in) { return in.opcode == panda::pandasm::Opcode::LDAI; }); in __anonc5413f460202()
258 … [](const auto &in) { return in.opcode == panda::pandasm::Opcode::INVALID; }); in __anonc5413f460302()
264 … [](const auto &in) { return in.opcode == panda::pandasm::Opcode::ADD2; }); in __anonc5413f460402()
272 … [](const auto &in) { return in.opcode == panda::pandasm::Opcode::INVALID; }); in __anonc5413f460502()
347 … [](const auto &in) { return in.opcode == panda::pandasm::Opcode::INVALID; }); in __anonc5413f460602()
362 … [](const auto &in) { return in.opcode == panda::pandasm::Opcode::ADD2; }); in __anonc5413f460702()
370 … [](const auto &in) { return in.opcode == panda::pandasm::Opcode::INVALID; }); in __anonc5413f460802()
Dexcluded_keys_test.cpp94 for (const auto &in : func.ins) { variable
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dreserved-words-as-method-name.js35 in() { method in A
/arkcompiler/ets_frontend/merge_abc/src/
DmergeProgram.cpp135 std::ifstream in(panda::os::file::File::GetExtendedFilePath(inputAbs.Value())); in CollectProtoFiles() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dloop_peeling.cpp41 GateRef in = acc_.GetIn(gate, i); in Peel() local
Dgate.cpp485 auto in = inList[idx]; in Gate() local
496 void Gate::NewIn(size_t idx, Gate *in) in NewIn()
510 void Gate::ModifyIn(size_t idx, Gate *in) in ModifyIn()
Dgate_accessor.cpp921 void GateAccessor::NewIn(GateRef gate, size_t idx, GateRef in) in NewIn()
952 void GateAccessor::ReplaceIn(GateRef gate, size_t index, GateRef in) in ReplaceIn()
964 void GateAccessor::ReplaceStateIn(GateRef gate, GateRef in, size_t index) in ReplaceStateIn()
970 void GateAccessor::ReplaceDependIn(GateRef gate, GateRef in, size_t index) in ReplaceDependIn()
977 void GateAccessor::ReplaceValueIn(GateRef gate, GateRef in, size_t index) in ReplaceValueIn()
1162 void GateAccessor::ReplaceFrameStateIn(GateRef gate, GateRef in) in ReplaceFrameStateIn()
Dcircuit.cpp323 void Circuit::NewIn(GateRef gate, size_t idx, GateRef in) in NewIn()
332 void Circuit::ModifyIn(GateRef gate, size_t idx, GateRef in) in ModifyIn()
Dframe_states.cpp391 auto in = bytecodeInfo.inputs[i]; in ComputeLiveOutBC() local
Dcircuit_builder.cpp1770 for (auto in : args) { in Environment() local
1961 for (auto in : otherPredeControls_) { in MergeAllControl() local
2035 GateRef Variable::AddOperandToSelector(GateRef val, size_t idx, GateRef in) in AddOperandToSelector()
Dbytecode_circuit_builder.cpp1684 for (const auto &in: bytecodeInfo.inputs) { in PrintBytecodeInfo() local
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DIrToPicture.js110 in: [], property
/arkcompiler/runtime_core/compiler/tests/
Dcode_info_test.cpp119 BitMemoryStreamIn in(data.data(), 0, data.size() * BITS_PER_BYTE); in TEST_F() local
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DpropertyNamesOfReservedWords.ts128 in; property
404 in, enumerator
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp631 JSMutableHandle<ImportEntry> in(thread, globalConstants->GetUndefined()); in ModuleDeclarationEnvironmentSetup() local
718 JSMutableHandle<ImportEntry> in(thread, globalConstants->GetUndefined()); in ModuleDeclarationArrayEnvironmentSetup() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …if(i.call(this._set,r))return this._set[r]}throw new Error('"'+e+'" is not in the set.')},o.protot… field in AnonymousClass83c68e027d401