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

1 2

  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
MiniIntermediateClass.java 21 ClassInSecondaryDex thrower = new ClassInSecondaryDex(condition); local
23 thrower.canThrow2();
24 thrower.canThrow1();
IntermediateClass.java 29 ClassInSecondaryDex thrower = new ClassInSecondaryDex(condition); local
31 thrower.canThrow2();
32 thrower.canThrow1();
54 ClassInSecondaryDex thrower = new ClassInSecondaryDex(condition); local
56 thrower.canThrow2();
57 thrower.canThrow1();
  /external/v8/src/wasm/
wasm-js.cc 49 ErrorThrower* thrower, const char* msg) {
50 return HasBrand(value, sym) ? true : (thrower->TypeError("%s", msg), false);
61 const v8::FunctionCallbackInfo<v8::Value>& args, ErrorThrower* thrower) {
64 thrower->TypeError("Argument 0 must be a WebAssembly.Module");
71 i::handle(i_context->wasm_module_sym()), thrower,
81 bool IsCompilationAllowed(i::Isolate* isolate, ErrorThrower* thrower,
83 // Allow caller to do one final check on thrower state, rather than
85 // in the thrower state.
86 if (thrower->error()) return false;
91 thrower->RangeError(RANGE_ERROR_MSG)
    [all...]
wasm-module.h 367 Isolate* isolate, const byte* start, const byte* end, ErrorThrower* thrower,
380 ErrorThrower* thrower);
419 V8_EXPORT_PRIVATE bool SyncValidate(Isolate* isolate, ErrorThrower* thrower,
423 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes,
427 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes);
430 Isolate* isolate, ErrorThrower* thrower,
wasm-module.cc 259 ErrorThrower* thrower) {
267 thrower, isolate_, &module_env, func, i));
319 ErrorThrower* thrower) {
345 InitializeParallelCompilation(module->functions, *module_env, thrower);
375 ErrorThrower* thrower) {
376 DCHECK(!thrower->error());
388 thrower, isolate_, module_env, &func);
391 thrower->CompileError("Compilation of #%d:%.*s failed.", i,
400 ErrorThrower* thrower, const ModuleWireBytes& wire_bytes,
455 helper.CompileInParallel(&module_env, results, thrower);
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
MethodOverridesTest.java 72 assertContains(signatures, "void thrower[] throws []");
73 assertFalse(signatures.contains("void thrower[] throws [java.lang.Exception]"));
74 assertEquals(Sub.class, Sub.class.getMethod("thrower").getDeclaringClass());
134 public void thrower() throws Exception {} method in class:MethodOverridesTest.Super
143 @Override public void thrower() {} method in class:MethodOverridesTest.Sub
  /libcore/luni/src/test/java/libcore/java/io/
OldBufferedWriterTest.java 306 Writer thrower = new Writer() { local
322 BufferedWriter bw = new BufferedWriter(thrower);
OldBufferedReaderTest.java 399 Reader thrower = new Reader() { local
411 BufferedReader br = new BufferedReader(thrower);
  /external/v8/src/asmjs/
asm-js.cc 167 ErrorThrower thrower(info->isolate(), "Asm.js -> WebAssembly conversion");
192 info->isolate(), &thrower,
267 ErrorThrower thrower(isolate, "Asm.js -> WebAssembly instantiation");
280 i::wasm::SyncInstantiate(isolate, &thrower, module, ffi_object, memory);
  /external/v8/src/compiler/
wasm-compiler.h 49 WasmCompilationUnit(wasm::ErrorThrower* thrower, Isolate* isolate,
59 static Handle<Code> CompileWasmFunction(wasm::ErrorThrower* thrower,
63 WasmCompilationUnit unit(thrower, isolate, module_env, function,
wasm-compiler.cc     [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinTask.java 439 final long thrower; // use id not ref to avoid weak cycles field in class:ForkJoinTask.ExceptionNode
446 this.thrower = Thread.currentThread().getId();
578 if (e.thrower != Thread.currentThread().getId()) {
    [all...]
  /art/test/100-reflect2/src/
Main.java 227 m = Main.class.getDeclaredMethod("thrower");
236 private static void thrower() { method in class:Main
  /external/v8/src/builtins/
builtins-promise.cc 1674 Node* const thrower = local
1698 Node* const thrower = CreateThrowerFunction(reason, native_context); local
    [all...]
  /art/test/046-reflect/src/
Main.java 381 Thrower thrower = Thrower.class.newInstance(); local
391 Constructor<Thrower> constructor = Thrower.class.getDeclaredConstructor();
392 Thrower thrower = constructor.newInstance(); local
857 class Thrower {
858 public Thrower() throws UnsupportedOperationException {
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DexMakerTest.java 1489 MethodId<?, ?> thrower = TEST_TYPE.getMethod(TypeId.VOID, "thrower", TypeId.INT); local
1520 public static void thrower(int a) throws Exception { method in class:DexMakerTest
1567 MethodId<?, ?> thrower = TEST_TYPE.getMethod(TypeId.VOID, "thrower", TypeId.INT); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/invoke/
MethodHandleCombinersTest.java 1729 MethodHandle thrower = MethodHandles.throwException(void.class, local
    [all...]
  /external/v8/src/
value-serializer.cc     [all...]
bootstrapper.cc 894 Handle<JSFunction> thrower = GetRestrictedFunctionPropertiesThrower(); local
    [all...]
api.cc     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 

Completed in 652 milliseconds

1 2