Home
last modified time | relevance | path

Searched refs:V8_NOINLINE (Results 1 – 25 of 31) sorted by relevance

12

/third_party/node/deps/v8/src/wasm/
Ddecoder.h243 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()
Dwasm-subtyping.h20 V8_NOINLINE V8_EXPORT_PRIVATE bool IsSubtypeOfImpl(
33 V8_NOINLINE V8_EXPORT_PRIVATE bool EquivalentTypes(ValueType type1,
Dwasm-subtyping.cc125 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/
Dv8config.h450 # 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/
Dvalue-serializer.h159 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;
Dstring.h618 V8_NOINLINE static bool IsConsStringEqualToImpl(
/third_party/node/deps/v8/src/heap/
Dobject-stats.h148 V8_NOINLINE void PrintInstanceTypeJSON(const char* key, int gc_count,
150 V8_NOINLINE void DumpInstanceTypeData(std::stringstream& stream,
Dobject-stats.cc185 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/
Druntime-call-stats.cc43 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()
Druntime-call-stats.h37 V8_NOINLINE void Reset();
38 V8_NOINLINE void Dump(v8::tracing::TracedValue* value);
607 V8_NOINLINE void Dump(v8::tracing::TracedValue* value);
Dcounters.h135 V8_NOINLINE V8_EXPORT_PRIVATE std::atomic<int>* SetupPtrFromStatsTable();
/third_party/node/deps/v8/src/base/
Dlogging.h19 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()
Dsmall-vector.h156 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/
Dcpu-arm.cc29 V8_NOINLINE void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache()
/third_party/node/deps/v8/src/trap-handler/
Dtrap-handler.h133 V8_NOINLINE TH_EXPORT_PRIVATE int* GetThreadInWasmThreadLocalAddress();
/third_party/node/deps/v8/src/heap/cppgc/
Dmemory.h20 V8_NOINLINE DISABLE_ASAN void NoSanitizeMemset(void* address, char c,
/third_party/node/deps/v8/src/heap/base/
Dstack.cc119 V8_NOINLINE
/third_party/node/deps/v8/src/builtins/
Dbuiltins-utils.h86 V8_NOINLINE static Address Builtin_Impl_Stats_##name( \
/third_party/node/deps/v8/src/execution/
Darguments.h120 V8_NOINLINE static Type Stats_##Name(int args_length, Address* args_object, \
Disolate.h907 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/
Dbootstrapper.cc384 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/
Dexternal-reference.h436 V8_EXPORT_PRIVATE V8_NOINLINE static ExternalReference
/third_party/node/deps/v8/src/base/platform/
Dplatform.h621 static V8_NOINLINE StackSlot GetCurrentStackPosition();
/third_party/node/deps/v8/src/d8/
Dd8.cc3538 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/
Dutils.h585 V8_EXPORT_PRIVATE V8_NOINLINE uintptr_t GetCurrentStackPosition();

12