Home | History | Annotate | Download | only in cctest

Lines Matching defs:global_handles

3915   v8::internal::GlobalHandles* global_handles =
3916 reinterpret_cast<v8::internal::Isolate*>(isolate)->global_handles();
3917 int initial_handle_count = global_handles->global_handles_count();
3926 CHECK_EQ(global_handles->global_handles_count(), initial_handle_count);
3932 CHECK_EQ(global_handles->global_handles_count(), initial_handle_count - 1);
3943 v8::internal::GlobalHandles* global_handles =
3944 reinterpret_cast<v8::internal::Isolate*>(isolate)->global_handles();
3945 int initial_handle_count = global_handles->global_handles_count();
3956 CHECK_EQ(global_handles->global_handles_count(), initial_handle_count - 1);
3981 v8::internal::GlobalHandles* global_handles =
3982 reinterpret_cast<v8::internal::Isolate*>(isolate)->global_handles();
3983 int initial_handle_count = global_handles->global_handles_count();
3986 CHECK_EQ(initial_handle_count + 1, global_handles->global_handles_count());
3993 global_handles->global_handles_count());
4002 global_handles->global_handles_count());
4011 global_handles->global_handles_count());
4014 CHECK_EQ(initial_handle_count + 1, global_handles->global_handles_count());
4020 CHECK_EQ(initial_handle_count + 1, global_handles->global_handles_count());
4022 CHECK_EQ(initial_handle_count, global_handles->global_handles_count());
4214 v8::internal::GlobalHandles* global_handles =
4215 reinterpret_cast<v8::internal::Isolate*>(isolate)->global_handles();
4216 int initial_handle_count = global_handles->global_handles_count();
4249 CHECK_EQ(initial_handle_count + 1, global_handles->global_handles_count());
4257 CHECK_EQ(initial_handle_count, global_handles->global_handles_count());
4265 CHECK_EQ(initial_handle_count, global_handles->global_handles_count());
4285 v8::internal::GlobalHandles* global_handles =
4286 reinterpret_cast<v8::internal::Isolate*>(isolate)->global_handles();
4287 int handle_count = global_handles->global_handles_count();
4316 CHECK_EQ(5 + handle_count, global_handles->global_handles_count());
4321 CHECK_EQ(handle_count, global_handles->global_handles_count());
14026 reinterpret_cast<i::Isolate*>(isolate)->global_handles();
14061 reinterpret_cast<i::Isolate*>(isolate)->global_handles();