5 #ifndef V8_V8_PLATFORM_H_
6 #define V8_V8_PLATFORM_H_
49 virtual void Run() = 0;
61 virtual void Run(
double deadline_in_seconds) = 0;
101 double delay_in_seconds) = 0;
120 double delay_in_seconds) {}
283 #if !defined(V8_USE_PERFETTO)
292 static uint8_t no = 0;
305 char phase,
const uint8_t* category_enabled_flag,
const char* name,
306 const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args,
307 const char** arg_names,
const uint8_t* arg_types,
308 const uint64_t* arg_values,
310 unsigned int flags) {
314 char phase,
const uint8_t* category_enabled_flag,
const char* name,
315 const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args,
316 const char** arg_names,
const uint8_t* arg_types,
317 const uint64_t* arg_values,
319 unsigned int flags, int64_t timestamp) {
328 const char* name, uint64_t handle) {}
399 virtual bool FreePages(
void* address, size_t length) = 0;
405 size_t new_length) = 0;
441 void* new_address)
const = 0;
469 size_t length,
const void* original_address) {
571 double delay_in_seconds) = 0;