Lines Matching defs:data
99 #include "src/snapshot/embedded/embedded-data-inl.h"
239 const uint8_t* data, uint32_t data_size) {
242 sticky_embedded_blob_data_ = data;
292 const uint8_t* data, uint32_t data_size) {
294 CHECK_NOT_NULL(data);
298 embedded_blob_data_ = data;
302 current_embedded_blob_data_.store(data, std::memory_order_relaxed);
311 "Embedded blob data section checksum verification failed. This "
423 // Hash data sections of builtin code objects.
434 // they change when creating the off-heap trampolines. Other data fields
1471 // Get the data object from access check info.
1473 Handle<Object> data;
1482 data = handle(access_check_info.data(), this);
1488 v8::Utils::ToLocal(receiver), v8::ACCESS_HAS, v8::Utils::ToLocal(data));
1520 Handle<Object> data;
1528 data = handle(access_check_info.data(), this);
1535 v8::Utils::ToLocal(receiver), v8::Utils::ToLocal(data));
1631 void Isolate::RequestInterrupt(InterruptCallback callback, void* data) {
1633 api_interrupts_queue_.push(InterruptEntry(callback, data));
2989 void Isolate::ThreadDataTable::Insert(Isolate::PerIsolateThreadData* data) {
2990 bool inserted = table_.insert(std::make_pair(data->thread_id_, data)).second;
2994 void Isolate::ThreadDataTable::Remove(PerIsolateThreadData* data) {
2995 table_.erase(data->thread_id_);
2996 delete data;
3188 // initializing the thread data.
3504 PerIsolateThreadData* data) {
3506 base::Thread::SetThreadLocal(per_isolate_thread_data_key_, data);
3692 const uint8_t* data = DefaultEmbeddedBlobData();
3701 data = StickyEmbeddedBlobData();
3710 SetEmbeddedBlob(code, code_size, data, data_size);
3731 uint8_t* data;
3734 this, &code, &code_size, &data, &data_size);
3738 const uint8_t* const_data = const_cast<const uint8_t*>(data);
3742 SetStickyEmbeddedBlob(code, code_size, data, data_size);
4247 PerIsolateThreadData* data = FindOrAllocatePerThreadDataForThisThread();
4248 DCHECK_NOT_NULL(data);
4249 DCHECK(data->isolate_ == this);
4255 SetIsolateThreadLocals(this, data);
4258 set_thread_id(data->thread_id());
4960 // Log the initial set of data.
4965 void* data) {
4967 atomics_wait_callback_data_ = data;
5483 // Copy all existing data from the old vector to the new vector and insert the
5567 void Isolate::RemoveContextIdCallback(const v8::WeakCallbackInfo<void>& data) {
5568 Isolate* isolate = reinterpret_cast<Isolate*>(data.GetIsolate());
5569 uintptr_t context_id = reinterpret_cast<uintptr_t>(data.GetParameter());
5600 // Copy all existing data from the old vector to the new vector except the