HomeSort by relevance Sort by last modified time
    Searched refs:kThrow (Results 1 - 25 of 37) sorted by null

1 2

  /art/runtime/
dex_instruction_list.h 48 V(0x1A, CONST_STRING, "const-string", k21c, kIndexStringRef, kContinue | kThrow, 0, kVerifyRegA | kVerifyRegBString) \
49 V(0x1B, CONST_STRING_JUMBO, "const-string/jumbo", k31c, kIndexStringRef, kContinue | kThrow, 0, kVerifyRegA | kVerifyRegBString) \
50 V(0x1C, CONST_CLASS, "const-class", k21c, kIndexTypeRef, kContinue | kThrow, 0, kVerifyRegA | kVerifyRegBType) \
51 V(0x1D, MONITOR_ENTER, "monitor-enter", k11x, kIndexNone, kContinue | kThrow, kClobber, kVerifyRegA) \
52 V(0x1E, MONITOR_EXIT, "monitor-exit", k11x, kIndexNone, kContinue | kThrow, kClobber, kVerifyRegA) \
53 V(0x1F, CHECK_CAST, "check-cast", k21c, kIndexTypeRef, kContinue | kThrow, 0, kVerifyRegA | kVerifyRegBType) \
54 V(0x20, INSTANCE_OF, "instance-of", k22c, kIndexTypeRef, kContinue | kThrow, 0, kVerifyRegA | kVerifyRegB | kVerifyRegCType) \
55 V(0x21, ARRAY_LENGTH, "array-length", k12x, kIndexNone, kContinue | kThrow, 0, kVerifyRegA | kVerifyRegB) \
56 V(0x22, NEW_INSTANCE, "new-instance", k21c, kIndexTypeRef, kContinue | kThrow, kClobber, kVerifyRegA | kVerifyRegBNewInstance) \
57 V(0x23, NEW_ARRAY, "new-array", k22c, kIndexTypeRef, kContinue | kThrow, kClobber, kVerifyRegA | kVerifyRegB | kVerifyRegCNewArray)
    [all...]
class_linker-inl.h 141 template <bool kThrow>
146 return CheckInvokeClassMismatch<kThrow>(
199 if (CheckInvokeClassMismatch</* kThrow */ false>(dex_cache, type, method_idx, class_loader)) {
249 if (CheckInvokeClassMismatch</* kThrow */ true>(dex_cache, type, method_idx, class_loader)) {
dex_instruction.h 144 kThrow = 0x08, // could cause an exception to be thrown
562 return (kInstructionDescriptors[Opcode()].flags & kThrow) != 0;
class_linker.h     [all...]
  /external/v8/src/builtins/
builtins-generator.cc 83 case JSGeneratorObject::kThrow:
84 result = CallRuntime(Runtime::kThrow, context, value);
111 GeneratorPrototypeResume(JSGeneratorObject::kThrow,
builtins-async-function.cc 49 resume_mode == JSGeneratorObject::kThrow);
82 JSGeneratorObject::kThrow);
builtins-promise.cc     [all...]
  /external/v8/src/interpreter/
bytecode-dead-code-optimizer.cc 30 case Bytecode::kThrow:
  /external/v8/src/compiler/
schedule.cc 115 case BasicBlock::kThrow:
280 block->set_control(BasicBlock::kThrow);
schedule.h 45 kThrow // Throw an exception.
store-store-elimination.cc 454 opcode == IrOpcode::kDeoptimize || opcode == IrOpcode::kThrow,
js-inlining.cc 189 case IrOpcode::kThrow:
machine-graph-verifier.cc 523 case IrOpcode::kThrow:
scheduler.cc 367 case IrOpcode::kThrow:
    [all...]
verifier.cc 296 case IrOpcode::kThrow:
    [all...]
instruction-selector.cc     [all...]
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher.cc 22 enum class ExceptionHandling { kSwallow, kThrow };
399 ExceptionHandling::kThrow);
  /external/v8/src/inspector/
v8-console.cc 263 v8::ConstructorBehavior::kThrow)
272 v8::ConstructorBehavior::kThrow)
752 v8::ConstructorBehavior::kThrow)
756 v8::ConstructorBehavior::kThrow)
    [all...]
v8-injected-script-host.cc 29 v8::ConstructorBehavior::kThrow)
v8-runtime-agent-impl.cc 90 v8::ConstructorBehavior::kThrow)
98 v8::ConstructorBehavior::kThrow)
v8-debugger.cc 353 v8::ConstructorBehavior::kThrow)
    [all...]
  /external/pdfium/fxjs/
cfxjse_class.cpp 178 0, v8::ConstructorBehavior::kThrow)
  /external/v8/src/debug/
debug-evaluate.cc 388 case Bytecode::kThrow:
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /external/v8/src/full-codegen/
full-codegen.cc     [all...]

Completed in 530 milliseconds

1 2