Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:reinterpret_cast
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/v8/include/
H
A
D
v8-traced-handle.h
383
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
D
unwinding-info-win64.cc
379
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
D
test_inspector_socket.cc
369
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
D
c-api.cc
1204
i::wasm::LEBHelper::write_u64v(
reinterpret_cast
<uint8_t**>(&ptr),
global()
member in wasm::i::wasm::LEBHelper
[all...]
Completed in 7 milliseconds