/ark/runtime_core/verification/job_queue/ |
D | cache.cpp | 165 return Invalid<CachedClass>(); in GetFromCache() 178 return Invalid<CachedMethod>(); in GetFromCache() 191 return Invalid<CachedField>(); in GetFromCache() 776 std::cref(Invalid<CachedClass>()), in AddToCache() 826 return Invalid<CachedClass>(); in ResolveByDescriptor() 858 return Invalid<CachedClass>(); in LinkArrayClass() 901 return Invalid<CachedClass>(); in Link() 951 if (Invalid(linked_ref)) { in Link() 952 return Invalid<CachedMethod>(); in Link() 986 return Invalid<CachedMethod>(); in Link() [all …]
|
D | index_table_cache.h | 46 return Invalid<T>(); in GetFromCache() 49 return Invalid<T>(); in GetFromCache() 58 ASSERT(Invalid(GetFromCache<T>(pf, span))); in AddToCache()
|
D | job_queue.cpp | 229 if (Invalid(cached_method)) { in NewJob() 230 return Invalid<Job>(); in NewJob() 252 return Invalid<Job>(); in NewJob()
|
/ark/ts2abc/ts2panda/src/function/ |
D | asyncFunctionBuilder.ts | 51 pandaGen.asyncFunctionEnter(NodeKind.Invalid); 52 pandaGen.storeAccumulator(NodeKind.Invalid, this.asyncObj); 112 pandaGen.storeAccumulator(NodeKind.Invalid, exception); 113 …pandaGen.asyncFunctionReject(NodeKind.Invalid, this.asyncObj, getVregisterCache(pandaGen, CacheLis… 114 pandaGen.return(NodeKind.Invalid);
|
/ark/runtime_core/verification/util/ |
D | invalid_ref.h | 40 T &Invalid() in Invalid() function 46 bool Invalid(const T &t) in Invalid() function 54 return !Invalid<T>(t); in Valid()
|
D | ref_wrapper.h | 34 Ref() : Base(Invalid<T>()) {} in Ref()
|
/ark/runtime_core/verification/cache/ |
D | file_entity_cache.h | 48 return Invalid<Entity>(); in GetCached()
|
/ark/runtime_core/isa/ |
D | isapi.rb | 203 class Invalid class 318 Array.new(invalid_non_prefixed_interval.size, Invalid.new) + 320 Array.new(invalid_prefixes_interval.size, Invalid.new) +
|
/ark/ts2abc/ts2panda/src/ |
D | debuginfo.ts | 132 Invalid, enumerator 142 if (extendedNode != NodeKind.Invalid &&
|
D | compiler.ts | 327 … this.funcBuilder.resolve(NodeKind.Invalid, getVregisterCache(pandaGen, CacheList.undefined)); 328 pandaGen.return(NodeKind.Invalid); 331 pandaGen.return(NodeKind.Invalid) : pandaGen.returnUndefined(NodeKind.Invalid); 351 pandaGen.return(NodeKind.Invalid); 356 pandaGen.return(NodeKind.Invalid);
|
D | lexenv.ts | 231 node != NodeKind.Invalid && node != NodeKind.Normal) {
|
D | pandagen.ts | 687 this.add(NodeKind.Invalid, label);
|
/ark/runtime_core/runtime/ |
D | vreg_info.h | 50 static VRegInfo Invalid() in Invalid() function
|
D | method.cpp | 542 if (Invalid(job)) { in AddJobInQueue()
|
/ark/js_runtime/ecmascript/compiler/llvm/ |
D | llvm_new.patch | 80 + llvm_unreachable("Invalid LLVMRelocMode!"); 96 + llvm_unreachable("Invalid Reloc::Model!"); 211 + assert(PatchBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); 453 assert(NumBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); 458 + assert(NumBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); 593 + "Invalid number of NOP bytes requested!");
|
/ark/runtime_core/disassembler/templates/ |
D | bc_ins_to_pandasm_ins.cpp.erb | 95 << ">. Invalid method id given or corrupted: calculated overhead (difference "
|
/ark/runtime_core/assembler/templates/ |
D | opcode_parsing.h.erb | 81 … context_.err = GetError("Invalid name of register.", Error::ErrorType::ERR_BAD_NAME_REG);
|
D | ins_emit.h.erb | 28 std::cerr << "Invalid instruction: " << ToString() << std::endl;
|
/ark/runtime_core/verification/gen/templates/ |
D | job_fill_gen.h.erb | 165 LOG(DEBUG, VERIFIER) << "Invalid instruction. "
|
/ark/runtime_core/tests/ |
D | CMakeLists.txt | 743 …_function.pa" VERIFIER_FAIL_TEST VERIFIER_DEBUG_LOG_MESSAGE "\"verifier: Invalid last instruction … 746 …d_the_end.pa" VERIFIER_FAIL_TEST VERIFIER_DEBUG_LOG_MESSAGE "\"verifier: Invalid last instruction … 747 …c_handler.pa" VERIFIER_FAIL_TEST VERIFIER_DEBUG_LOG_MESSAGE "\"verifier: Invalid last instruction … 748 …from_body.pa" VERIFIER_FAIL_TEST VERIFIER_DEBUG_LOG_MESSAGE "\"verifier: Invalid instruction in th…
|
/ark/ts2abc/ts2panda/templates/ |
D | irnodes.ts.erb | 316 if (this.node != NodeKind.Invalid &&
|
/ark/ts2abc/testTs/ |
D | test-case.patch | 10793 +// Invalid index signatures 10795 +type Invalid<T extends string> = {
|