/third_party/node/deps/v8/src/wasm/ |
D | decoder.h | 243 void V8_NOINLINE MarkError() { in MarkError() 251 void V8_NOINLINE error(const char* msg) { errorf(pc_offset(), "%s", msg); } in error() 252 void V8_NOINLINE error(const uint8_t* pc, const char* msg) { in error() 255 void V8_NOINLINE error(uint32_t offset, const char* msg) { in error() 259 void V8_NOINLINE PRINTF_FORMAT(2, 3) errorf(const char* format, ...) { in errorf() 266 void V8_NOINLINE PRINTF_FORMAT(3, 4) 274 void V8_NOINLINE PRINTF_FORMAT(3, 4) 428 V8_NOINLINE IntType read_leb_slowpath(const byte* pc, uint32_t* length, in read_leb_slowpath()
|
D | wasm-subtyping.h | 20 V8_NOINLINE V8_EXPORT_PRIVATE bool IsSubtypeOfImpl( 33 V8_NOINLINE V8_EXPORT_PRIVATE bool EquivalentTypes(ValueType type1,
|
D | wasm-subtyping.cc | 125 V8_NOINLINE V8_EXPORT_PRIVATE bool IsSubtypeOfImpl( in IsSubtypeOfImpl() 229 V8_NOINLINE bool EquivalentTypes(ValueType type1, ValueType type2, in EquivalentTypes()
|
/third_party/node/deps/v8/include/ |
D | v8config.h | 450 # define V8_NOINLINE __attribute__((noinline)) macro 452 # define V8_NOINLINE __declspec(noinline) macro 454 # define V8_NOINLINE /* NOT SUPPORTED */ macro
|
/third_party/node/deps/v8/src/objects/ |
D | value-serializer.h | 159 V8_NOINLINE Maybe<bool> ThrowDataCloneError(MessageTemplate template_index) 161 V8_NOINLINE Maybe<bool> ThrowDataCloneError(MessageTemplate template_index, 253 V8_NOINLINE Maybe<T> ReadVarintLoop() V8_WARN_UNUSED_RESULT;
|
D | string.h | 618 V8_NOINLINE static bool IsConsStringEqualToImpl(
|
/third_party/node/deps/v8/src/heap/ |
D | object-stats.h | 148 V8_NOINLINE void PrintInstanceTypeJSON(const char* key, int gc_count, 150 V8_NOINLINE void DumpInstanceTypeData(std::stringstream& stream,
|
D | object-stats.cc | 185 V8_NOINLINE static void PrintJSONArray(size_t* array, const int len) { in PrintJSONArray() 194 V8_NOINLINE static void DumpJSONArray(std::stringstream& stream, size_t* array, in DumpJSONArray()
|
/third_party/node/deps/v8/src/logging/ |
D | runtime-call-stats.cc | 43 V8_NOINLINE void Add(RuntimeCallCounter* counter) { in Add() 67 V8_NOINLINE void Print(std::ostream& os) { in Print() 78 V8_NOINLINE void SetTotal(base::TimeDelta total_time, in SetTotal()
|
D | runtime-call-stats.h | 37 V8_NOINLINE void Reset(); 38 V8_NOINLINE void Dump(v8::tracing::TracedValue* value); 607 V8_NOINLINE void Dump(v8::tracing::TracedValue* value);
|
D | counters.h | 135 V8_NOINLINE V8_EXPORT_PRIVATE std::atomic<int>* SetupPtrFromStatsTable();
|
/third_party/node/deps/v8/src/base/ |
D | logging.h | 19 V8_BASE_EXPORT V8_NOINLINE void V8_Dcheck(const char* file, int line, 25 [[noreturn]] PRINTF_FORMAT(3, 4) V8_BASE_EXPORT V8_NOINLINE 30 [[noreturn]] PRINTF_FORMAT(1, 2) V8_BASE_EXPORT V8_NOINLINE 242 V8_NOINLINE std::string* MakeCheckOpString(Lhs lhs, Rhs rhs, char const* msg) { in DEFINE_PRINT_CHECK_OPERAND_CHAR()
|
D | small-vector.h | 156 V8_NOINLINE T* Grow() { return Grow(0); } in Grow() 159 V8_NOINLINE T* Grow(size_t min_capacity) { in Grow()
|
/third_party/node/deps/v8/src/codegen/arm/ |
D | cpu-arm.cc | 29 V8_NOINLINE void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache()
|
/third_party/node/deps/v8/src/trap-handler/ |
D | trap-handler.h | 133 V8_NOINLINE TH_EXPORT_PRIVATE int* GetThreadInWasmThreadLocalAddress();
|
/third_party/node/deps/v8/src/heap/cppgc/ |
D | memory.h | 20 V8_NOINLINE DISABLE_ASAN void NoSanitizeMemset(void* address, char c,
|
/third_party/node/deps/v8/src/heap/base/ |
D | stack.cc | 119 V8_NOINLINE
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-utils.h | 86 V8_NOINLINE static Address Builtin_Impl_Stats_##name( \
|
/third_party/node/deps/v8/src/execution/ |
D | arguments.h | 120 V8_NOINLINE static Type Stats_##Name(int args_length, Address* args_object, \
|
D | isolate.h | 907 V8_NOINLINE void PushStackTraceAndDie(void* ptr1 = nullptr, 912 V8_NOINLINE void PushParamsAndDie(void* ptr1 = nullptr, void* ptr2 = nullptr, 2540 V8_NOINLINE void Print() volatile;
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 384 V8_NOINLINE Handle<JSFunction> CreateFunctionForBuiltin(Isolate* isolate, in CreateFunctionForBuiltin() 401 V8_NOINLINE Handle<JSFunction> CreateFunctionForBuiltinWithPrototype( in CreateFunctionForBuiltinWithPrototype() 452 V8_NOINLINE Handle<JSFunction> CreateFunctionForBuiltinWithoutPrototype( in CreateFunctionForBuiltinWithoutPrototype() 468 V8_NOINLINE Handle<JSFunction> CreateFunction( in CreateFunction() 487 V8_NOINLINE Handle<JSFunction> CreateFunction( in CreateFunction() 495 V8_NOINLINE Handle<JSFunction> InstallFunction( in InstallFunction() 506 V8_NOINLINE Handle<JSFunction> InstallFunction( in InstallFunction() 522 V8_NOINLINE void SetConstructorInstanceType(Isolate* isolate, in SetConstructorInstanceType() 541 V8_NOINLINE Handle<JSFunction> SimpleCreateFunction(Isolate* isolate, in SimpleCreateFunction() 562 V8_NOINLINE Handle<JSFunction> InstallFunctionWithBuiltinId( in InstallFunctionWithBuiltinId() [all …]
|
/third_party/node/deps/v8/src/codegen/ |
D | external-reference.h | 436 V8_EXPORT_PRIVATE V8_NOINLINE static ExternalReference
|
/third_party/node/deps/v8/src/base/platform/ |
D | platform.h | 621 static V8_NOINLINE StackSlot GetCurrentStackPosition();
|
/third_party/node/deps/v8/src/d8/ |
D | d8.cc | 3538 V8_NOINLINE void FuzzerMonitor::SimulateErrors() { in SimulateErrors() 3566 V8_NOINLINE void FuzzerMonitor::ControlFlowViolation() { in ControlFlowViolation() 3572 V8_NOINLINE void FuzzerMonitor::DCheck() { in DCheck() 3577 V8_NOINLINE void FuzzerMonitor::Fatal() { in Fatal() 3582 V8_NOINLINE void FuzzerMonitor::ObservableDifference() { in ObservableDifference() 3587 V8_NOINLINE void FuzzerMonitor::UndefinedBehavior() { in UndefinedBehavior() 3593 V8_NOINLINE void FuzzerMonitor::UseAfterFree() { in UseAfterFree() 3600 V8_NOINLINE void FuzzerMonitor::UseOfUninitializedValue() { in UseOfUninitializedValue()
|
/third_party/node/deps/v8/src/utils/ |
D | utils.h | 585 V8_EXPORT_PRIVATE V8_NOINLINE uintptr_t GetCurrentStackPosition();
|