Home
last modified time | relevance | path

Searched refs:V8_NOINLINE (Results 1 - 25 of 33) sorted by relevance

12

/third_party/node/deps/v8/src/wasm/
H A 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()
H A Dwasm-subtyping.h20 V8_NOINLINE V8_EXPORT_PRIVATE bool IsSubtypeOfImpl(
33 V8_NOINLINE V8_EXPORT_PRIVATE bool EquivalentTypes(ValueType type1,
H A 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/
H A Dv8config.h448 // V8_NOINLINE int GetMinusOne() { return -1; }
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/
H A 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;
/third_party/node/deps/v8/src/heap/
H A Dobject-stats.h148 V8_NOINLINE void PrintInstanceTypeJSON(const char* key, int gc_count,
150 V8_NOINLINE void DumpInstanceTypeData(std::stringstream& stream,
H A 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/base/
H A 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 MakeCheckOpString()
H A 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/
H A Dcpu-arm.cc29 V8_NOINLINE void CpuFeatures::FlushICache(void* start, size_t size) { in FlushICache()
/third_party/node/deps/v8/include/v8-include/
H A Dv8config.h515 // V8_NOINLINE int GetMinusOne() { return -1; }
517 # define V8_NOINLINE __attribute__((noinline)) macro
519 # define V8_NOINLINE __declspec(noinline) macro
521 # define V8_NOINLINE /* NOT SUPPORTED */ macro
532 // V8_NOINLINE V8_PRESERVE_MOST void UnlikelyMethod();
/third_party/node/deps/v8/src/logging/
H A 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()
H A 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);
H A Dcounters.h135 V8_NOINLINE V8_EXPORT_PRIVATE std::atomic<int>* SetupPtrFromStatsTable();
/third_party/node/deps/v8/src/heap/cppgc/
H A Dmemory.h20 V8_NOINLINE DISABLE_ASAN void NoSanitizeMemset(void* address, char c,
/third_party/node/deps/v8/src/trap-handler/
H A Dtrap-handler.h133 V8_NOINLINE TH_EXPORT_PRIVATE int* GetThreadInWasmThreadLocalAddress();
/third_party/node/deps/v8/src/heap/base/
H A Dstack.cc119 V8_NOINLINE
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-utils.h86 V8_NOINLINE static Address Builtin_Impl_Stats_##name( \
/third_party/node/deps/v8/src/execution/
H A Darguments.h120 V8_NOINLINE static Type Stats_##Name(int args_length, Address* args_object, \
H A 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/
H A 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 Handl
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dwrite-barrier.h88 static V8_NOINLINE void V8_PRESERVE_MOST
/third_party/node/deps/v8/src/base/platform/
H A Dplatform.h621 static V8_NOINLINE StackSlot GetCurrentStackPosition();
/third_party/node/deps/v8/src/codegen/
H A Dexternal-reference.h436 V8_EXPORT_PRIVATE V8_NOINLINE static ExternalReference
/third_party/node/deps/v8/src/json/
H A Djson-stringifier.cc105 V8_NOINLINE void NewLineOutline();

Completed in 27 milliseconds

12