/arkcompiler/ets_frontend/ts2panda/src/function/ |
D | asyncFunctionBuilder.ts | 50 pandaGen.asyncFunctionEnter(NodeKind.INVALID); 51 pandaGen.storeAccumulator(NodeKind.INVALID, this.funcObj); 110 pandaGen.asyncFunctionReject(NodeKind.INVALID, this.funcObj); 111 pandaGen.return(NodeKind.INVALID);
|
D | functionBuilder.ts | 77 …CmdOptions.isWatchEvaluateExpressionMode() ? this.pg.return(NodeKind.INVALID) : this.pg.returnUnde…
|
D | generatorFunctionBuilder.ts | 65 …CmdOptions.isWatchEvaluateExpressionMode() ? this.pg.return(NodeKind.INVALID) : this.pg.returnUnde…
|
D | asyncGeneratorFunctionBuilder.ts | 346 pandaGen.return(NodeKind.INVALID);
|
/arkcompiler/runtime_core/assembler/ |
D | assembly-ins.h | 38 INVALID, 39 NUM_OPCODES = INVALID 100 Opcode opcode = Opcode::INVALID; /* operation type */ 125 if (opcode == Opcode::INVALID) { // TODO(mbolshov): introduce 'label' opcode for labels in HasFlag() 169 if (opcode == Opcode::INVALID) { in MaxRegEncodingWidth() 181 if (opcode == Opcode::INVALID) { in Uses() 202 if (opcode == Opcode::INVALID) { in Def()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | interpreter_stub.h | 31 INVALID, enumerator 36 INVALID, enumerator 41 Offset offset { Offset::INVALID }; 42 Length length { Length::INVALID }; 46 …return (constpool != 0) && (pc != 0) && (offset != Offset::INVALID) && (length != Length::INVALID); in IsValid()
|
D | common_stubs.cpp | 339 StringIdInfo info = { 0, 0, StringIdInfo::Offset::INVALID, StringIdInfo::Length::INVALID }; in GenerateCircuit() 362 StringIdInfo info = { 0, 0, StringIdInfo::Offset::INVALID, StringIdInfo::Length::INVALID }; in GenerateCircuit() 443 StringIdInfo info = { 0, 0, StringIdInfo::Offset::INVALID, StringIdInfo::Length::INVALID }; in GenerateCircuit() 456 StringIdInfo info = { 0, 0, StringIdInfo::Offset::INVALID, StringIdInfo::Length::INVALID }; in GenerateCircuit() 468 StringIdInfo info = { 0, 0, StringIdInfo::Offset::INVALID, StringIdInfo::Length::INVALID }; in GenerateCircuit() 481 StringIdInfo info = { 0, 0, StringIdInfo::Offset::INVALID, StringIdInfo::Length::INVALID }; in GenerateCircuit()
|
D | ts_inline_lowering.h | 33 INVALID enumerator 103 CallKind kind_ {CallKind::INVALID};
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | locations.h | 33 DEF(INVALID, "?") \ 52 Location() : Location(Kind::INVALID) {} in Location() 86 return GetKind() == Kind::INVALID; in IsInvalid()
|
D | inst.h | 165 INVALID = -1, enumerator 300 static constexpr ValueType INVALID = std::numeric_limits<ValueType>::max(); 324 uint16_t value_ {INVALID}; 1427 Opcode opcode_ {Opcode::INVALID}; 2387 if (static_cast<uint16_t>(GetVirtualRegister(i)) == VirtualRegister::INVALID) { in Verify()
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_private.h | 54 kungfu::BuiltinsStubCSigns::INVALID); 57 kungfu::BuiltinsStubCSigns::INVALID);
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
D | bcopt_type_adaption_test.cpp | 233 … [](const auto &in) { return in.opcode == panda::pandasm::Opcode::INVALID; }); in __anonc5413f460102() 258 … [](const auto &in) { return in.opcode == panda::pandasm::Opcode::INVALID; }); in __anonc5413f460302() 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() 370 … [](const auto &in) { return in.opcode == panda::pandasm::Opcode::INVALID; }); in __anonc5413f460802()
|
D | excluded_keys_test.cpp | 95 if (in.opcode != panda::pandasm::Opcode::INVALID) {
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins.h | 32 JSType nativeJstype{JSType::INVALID}; 57 kungfu::BuiltinsStubCSigns::INVALID) const; 66 kungfu::BuiltinsStubCSigns::INVALID) const; 266 kungfu::BuiltinsStubCSigns::INVALID) const; 270 kungfu::BuiltinsStubCSigns::INVALID) const;
|
/arkcompiler/runtime_core/libpandafile/ |
D | bytecode_instruction.h | 67 return id_ != INVALID; in IsValid() 81 static constexpr size_t INVALID = std::numeric_limits<uint32_t>::max(); 83 uint32_t id_ {INVALID};
|
/arkcompiler/runtime_core/disassembler/templates/ |
D | opcode_translator.cpp.erb | 27 return pandasm::Opcode::INVALID;
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | debuginfo.ts | 132 INVALID, enumerator 142 if (extendedNode != NodeKind.INVALID &&
|
D | lexenv.ts | 199 node != NodeKind.INVALID && node != NodeKind.NORMAL) {
|
/arkcompiler/runtime_core/assembler/templates/ |
D | ins_to_string.cpp.erb | 64 case panda::pandasm::Opcode::INVALID: {
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_call_signature.h | 82 INVALID = 0xFF, enumerator
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | runtime_adapter.h | 228 case panda_file::Type::TypeId::INVALID: in ToCompilerType()
|
/arkcompiler/runtime_core/assembler/tests/ |
D | assembler_ins_test.cpp | 190 ins.opcode = Opcode::INVALID;
|
/arkcompiler/runtime_core/docs/ |
D | on-stack-replacement.md | 36 | | Method epilogue | | |native_pc : INVALID |
|
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
D | typeExtractorEmitter.cpp | 98 if (func_->ins[index].opcode == panda::pandasm::Opcode::INVALID) { in GenFunctionTypeInfo()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_snapshot.h | 144 NodeType type_ {NodeType::INVALID};
|