Home
last modified time | relevance | path

Searched refs:VmOptions (Results 1 – 5 of 5) sorted by relevance

/third_party/jsframework/runtime/main/model/
Dindex.ts63 VmOptions,
85 private __vmOptions: VmOptions;
113 options: null | VmOptions,
581 public set _vmOptions(newOptions: VmOptions) {
Dcompiler.ts63 import { VmOptions } from './vmOptions';
179 const component: VmOptions | null = targetIsComposed(vm, type);
329 const component: VmOptions | null = targetIsComposed(vm, dynamicType);
372 export function targetIsComposed(vm: Vm, type: string): VmOptions {
528 component: VmOptions,
DvmOptions.ts39 export type VmOptions = Partial<Record<string, any>>; alias
/third_party/protobuf/benchmarks/java/src/main/java/com/google/protobuf/
DProtoCaliperBenchmark.java8 import com.google.caliper.api.VmOptions;
31 @VmOptions("-XX:-TieredCompilation")
/third_party/jsframework/runtime/vdom/
DElement.ts37 import { VmOptions } from '../main/model/vmOptions';
704 const component: VmOptions | null = targetIsComposed(this._vm, value.toString());