Home
last modified time | relevance | path

Searched defs:reinterpret_cast (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-traced-handle.h383 reinterpret_cast<internal::Address**>(&rhs.val_), global() member in v8::internal
384 reinterpret_cast<internal::Address**>(&this->val_)); global() variable
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dunwinding-info-win64.cc379 STATIC_ASSERT(kDefaultNumberOfUnwindCodeWords < kMaxNumberOfUnwindCodeWords); xdata.unwind_info.CodeWords = kDefaultNumberOfUnwindCodeWords; } else { int pre_index_amount = fp_adjustment.fp_to_saved_caller_fp - fp_adjustment.fp_to_caller_sp; int stack_space = fp_adjustment.fp_to_saved_caller_fp; int offset_from_stack_top = stack_space & kAllocStackShiftMask; stack_space += offset_from_stack_top; xdata.unwind_codes[0] = Combine8BitUnwindCodes( OpAddFp, MakeOpAddFpArgument(offset_from_stack_top), MakeOpAllocS(stack_space), MakeOpSaveFpLrX(pre_index_amount)); xdata.unwind_codes[1] = Combine8BitUnwindCodes(OpEnd); } return std::vector<uint8_t>( reinterpret_cast<uint8_t*>(&xdata), reinterpret_cast<uint8_t*>( &xdata.unwind_codes[xdata.unwind_info.CodeWords])); } template <typename Record> void InitUnwindingRecord(Record* record, size_t code_size_in_bytes) { constexpr uint32_t max_runtime_function_count = static_cast<uint32_t>( (kOSPageSize - sizeof(Record)) / sizeof(RUNTIME_FUNCTION) + kDefaultRuntimeFunctionCount); uint32_t runtime_function_index = 0; uint32_t current_unwind_start_address = 0; int64_t remaining_size_in_bytes = static_cast<int64_t>(code_size_in_bytes); while (remaining_size_in_bytes >= kMaxFunctionLength && runtime_function_index < max_runtime_function_count) GetUnwindInfoForBuiltinFunction() argument
[all...]
/third_party/node/test/cctest/
H A Dtest_inspector_socket.cc369 really_close(reinterpret_cast<uv_handle_t*>(&server)); variable
373 really_close(reinterpret_cast<uv_handle_ variable
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc1204 i::wasm::LEBHelper::write_u64v(reinterpret_cast<uint8_t**>(&ptr), global() member in wasm::i::wasm::LEBHelper
[all...]

Completed in 7 milliseconds