Searched refs:VMState (Results 1 – 19 of 19) sorted by relevance
44 VMState<Tag>::VMState(Isolate* isolate) in VMState() function54 VMState<Tag>::~VMState() { in ~VMState()
20 class VMState BASE_EMBEDDED {22 explicit inline VMState(Isolate* isolate);23 inline ~VMState();
694 VMState<COMPILER> state(isolate); in GetOptimizedCode()882 VMState<BYTECODE_COMPILER> state(isolate); in CompileToplevel()956 VMState<PARSER> state(isolate); in BackgroundCompileTask()1054 VMState<BYTECODE_COMPILER> state(isolate); in Compile()1326 VMState<EXTERNAL> state(isolate); in CodeGenerationFromStringsAllowed()1861 VMState<COMPILER> state(isolate); in FinalizeCompilationJob()1871 VMState<BYTECODE_COMPILER> state(isolate); in FinalizeCompilationJob()
56 VMState<EXTERNAL> state(ISOLATE); \116 VMState<EXTERNAL> state(isolate); in FOR_EACH_CALLBACK()
356 template <StateTag Tag> friend class VMState; variable
106 VMState<JS> state(isolate); in Invoke()
316 VMState<EXTERNAL> vmstate(isolate); in PostGarbageCollectionProcessing()
937 VMState<EXTERNAL> state(this); in ReportFailedAccessCheck()987 VMState<EXTERNAL> state(this); in MayAccess()1065 VMState<EXTERNAL> state(this); in InvokeApiInterruptCallbacks()
125 #define ENTER_V8_DO_NOT_USE(isolate) i::VMState<v8::OTHER> __state__((isolate))136 i::VMState<v8::OTHER> __state__((isolate)); \145 i::VMState<v8::OTHER> __state__((isolate)); \175 i::VMState<v8::OTHER> __state__((isolate)); \180 i::VMState<v8::OTHER> __state__((isolate)); \189 i::VMState<v8::OTHER> __state__((isolate));192 i::VMState<v8::OTHER> __state__((isolate));10767 VMState<EXTERNAL> state(isolate); in InvokeAccessorGetterCallback()10779 VMState<EXTERNAL> state(isolate); in InvokeFunctionCallback()
116 template <StateTag Tag> class VMState; variable
24 VMState<PARSER> state(isolate); in ParseProgram()69 VMState<PARSER> state(isolate); in ParseFunction()
33 class VMState { class79 VMState(VirtualMachineImpl vm) { in VMState() method in VMState
114 private VMState state = new VMState(this);139 VMState state() { in state()
44 VMState<GC> state(isolate()); in RunInternal()
22 VMState<GC> state(isolate()); in RunInternal()
118 VMState<GC> state(isolate_); in RunInternal()
1330 VMState<GC> state(isolate()); in CollectGarbage()1701 VMState<EXTERNAL> state(isolate_); in PerformGarbageCollection()1810 VMState<EXTERNAL> state(isolate_); in PerformGarbageCollection()3275 VMState<EXTERNAL> state(isolate_); in FinalizeIncrementalMarkingIncrementally()3286 VMState<EXTERNAL> state(isolate_); in FinalizeIncrementalMarkingIncrementally()
37 VMState<GC> state(heap->isolate()); in Step()
3246 VMState<GC> state(heap()->isolate()); in AllocateChunk()