| /third_party/node/deps/v8/src/wasm/ |
| H A D | memory-tracing.cc | 17 TraceMemoryOperation(base::Optional<ExecutionTier> tier, const MemoryTracingInfo* info, int func_index, int position, uint8_t* mem_start) TraceMemoryOperation() argument
|
| H A D | jump-table-assembler.cc | 17 void JumpTableAssembler::EmitLazyCompileJumpSlot(uint32_t func_index, in EmitLazyCompileJumpSlot() argument [all...] |
| H A D | function-compiler.h | 55 int func_index = kAnonymousFuncIndex; member 76 int func_index() const { return func_index_; } in func_index() function in v8::internal::final
|
| H A D | wasm-module.cc | 74 int GetWasmFunctionOffset(const WasmModule* module, uint32_t func_index) { in GetWasmFunctionOffset() argument 103 int func_index = GetNearestWasmFunction(module, byte_offset); in GetContainingWasmFunction() local 600 GetSourcePosition(const WasmModule* module, uint32_t func_index, uint32_t byte_offset, bool is_at_number_conversion) GetSourcePosition() argument [all...] |
| H A D | wasm-module-builder.h | 210 uint32_t func_index() { return func_index_; } in func_index() function in v8::internal::wasm::WasmFunctionBuilder
|
| H A D | module-instantiate.cc | 690 int func_index = module_->num_imported_functions + i; in Build() local 1098 ProcessImportedFunction( Handle<WasmInstanceObject> instance, int import_index, int func_index, Handle<String> module_name, Handle<String> import_name, Handle<Object> value) ProcessImportedFunction() argument 1589 uint32_t func_index = module_->import_table[index].index; CompileImportWrappers() local 1651 uint32_t func_index = import.index; ProcessImports() local 1935 SetFunctionTablePlaceholder(Isolate* isolate, Handle<WasmInstanceObject> instance, Handle<WasmTableObject> table_object, uint32_t entry_index, uint32_t func_index) SetFunctionTablePlaceholder() argument [all...] |
| H A D | wasm-module.h | 64 uint32_t func_index; // index into the function table. member 671 inline int declared_function_index(const WasmModule* module, int func_index) { in declared_function_index() argument
|
| H A D | wasm-debug.cc | 202 WireBytesRef GetLocalName(int func_index, int local_index) { in GetLocalName() argument 236 int DeadBreakpoint(int func_index, base::Vector<const int> breakpoints, in DeadBreakpoint() argument 245 WasmCode* RecompileLiftoffWithBreakpoints(int func_index, in RecompileLiftoffWithBreakpoints() argument 325 SetBreakpoint(int func_index, int offset, Isolate* isolate) SetBreakpoint() argument 374 FindAllBreakpoints(int func_index) FindAllBreakpoints() argument 385 UpdateBreakpoints(int func_index, base::Vector<int> breakpoints, Isolate* isolate, StackFrameId stepping_frame, int dead_breakpoint) UpdateBreakpoints() argument 428 int func_index = code->index(); ClearStepping() local 451 RemoveBreakpoint(int func_index, int position, Isolate* isolate) RemoveBreakpoint() argument 520 int func_index = entry.first; RemoveIsolate() local 725 int func_index = frame->function_index(); IsAtReturn() local 759 int func_index; global() member 822 GetLocalName(int func_index, int local_index) GetLocalName() argument 830 SetBreakpoint(int func_index, int offset, Isolate* current_isolate) SetBreakpoint() argument 853 RemoveBreakpoint(int func_index, int offset, Isolate* current_isolate) RemoveBreakpoint() argument 879 FindNextBreakablePosition(wasm::NativeModule* native_module, int func_index, int offset_in_func) FindNextBreakablePosition() argument 922 int func_index = GetContainingWasmFunction(module, *position); SetBreakPoint() local 947 SetBreakPointOnFirstBreakableForFunction( Handle<Script> script, int func_index, Handle<BreakPoint> break_point) SetBreakPointOnFirstBreakableForFunction() argument 960 SetBreakPointForFunction(Handle<Script> script, int func_index, int offset, Handle<BreakPoint> break_point) SetBreakPointForFunction() argument 1050 int func_index = GetContainingWasmFunction(module, position); ClearBreakPoint() local [all...] |
| H A D | wasm-objects.cc | 183 DCHECK_GT(module()->functions.size(), func_index); in GetRawFunctionName() local 357 int func_index = exported_function->function_index(); in SetFunctionTableEntry() local 165 GetFunctionNameOrNull( Isolate* isolate, Handle<WasmModuleObject> module_object, uint32_t func_index) GetFunctionNameOrNull() argument 178 GetRawFunctionName( int func_index) GetRawFunctionName() argument 634 SetFunctionTablePlaceholder( Isolate* isolate, Handle<WasmTableObject> table, int entry_index, Handle<WasmInstanceObject> instance, int func_index) SetFunctionTablePlaceholder() argument 1292 GetCallTarget(uint32_t func_index) GetCallTarget() argument 1940 New( Isolate* isolate, Handle<WasmInstanceObject> instance, int func_index, int arity, Handle<CodeT> export_wrapper) New() argument [all...] |
| H A D | module-decoder.cc | 890 uint32_t func_index = static_cast<uint32_t>(module_->functions.size()); in DecodeFunctionSection() local
|
| H A D | graph-builder-interface.cc | 1868 BuildTFGraph(AccountingAllocator* allocator, const WasmFeatures& enabled, const WasmModule* module, compiler::WasmGraphBuilder* builder, WasmFeatures* detected, const FunctionBody& body, std::vector<compiler::WasmLoopInfo>* loop_infos, compiler::NodeOriginTable* node_origins, int func_index, InlinedStatus inlined_status) BuildTFGraph() argument
|
| H A D | c-api.cc | 974 uint32_t func_index; member 999 uint32_t Frame::func_index() const { return impl(this)->func_index; } in func_index() function in wasm::Frame 1053 uint32_t func_index = frame->GetWasmFunctionIndex(); in CreateFrameFromInternal() local [all...] |
| H A D | wasm-code-manager.cc | 1155 void NativeModule::UseLazyStub(uint32_t func_index) { in UseLazyStub() argument 1827 GetNearCallTargetForFunction( uint32_t func_index, const JumpTablesRef& jump_tables) const GetNearCallTargetForFunction() argument [all...] |
| H A D | module-compiler.cc | 908 GetCompilationHint(const WasmModule* module, uint32_t func_index) GetCompilationHint() argument 920 GetCompileStrategy(const WasmModule* module, const WasmFeatures& enabled_features, uint32_t func_index, bool lazy_module) GetCompileStrategy() argument 946 GetRequestedExecutionTiers( NativeModule* native_module, const WasmFeatures& enabled_features, uint32_t func_index) GetRequestedExecutionTiers() argument 997 AddUnits(uint32_t func_index) AddUnits() argument 1019 AddBaselineUnit(int func_index, ExecutionTier tier) AddBaselineUnit() argument 1023 AddTopTierUnit(int func_index, ExecutionTier tier) AddTopTierUnit() argument 1027 AddDebugUnit(int func_index) AddDebugUnit() argument 1032 AddRecompilationUnit(int func_index, ExecutionTier tier) AddRecompilationUnit() argument 1088 ValidateSingleFunction(const WasmModule* module, int func_index, base::Vector<const uint8_t> code, Counters* counters, AccountingAllocator* allocator, WasmFeatures enabled_features) ValidateSingleFunction() argument 1143 CompileLazy(Isolate* isolate, Handle<WasmInstanceObject> instance, int func_index) CompileLazy() argument 1249 TransitiveTypeFeedbackProcessor(const WasmModule* module, Handle<WasmInstanceObject> instance, int func_index) TransitiveTypeFeedbackProcessor() argument 1289 Process(int func_index) Process() argument 1391 TriggerTierUp(Isolate* isolate, NativeModule* native_module, int func_index, Handle<WasmInstanceObject> instance) TriggerTierUp() argument 2874 uint32_t func_index = ProcessFunctionBody() local 3072 SetupCompilationProgressForFunction( bool lazy_function, NativeModule* native_module, const WasmFeatures& enabled_features, int func_index) SetupCompilationProgressForFunction() argument 3196 int func_index = offset + static_cast<int>(i); InitializeCompilationUnits() local 3204 int func_index = offset + static_cast<int>(i); InitializeCompilationUnits() local 3212 AddCompilationUnit(CompilationUnitBuilder* builder, int func_index) AddCompilationUnit() argument 3698 int func_index = code->index(); PublishCompilationResults() local [all...] |
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-test-wasm.cc | 158 int func_index = frame->function_index(); in RUNTIME_FUNCTION() local 193 int func_index = frame->function_index(); in RUNTIME_FUNCTION() local 420 int func_index = frame->function_index(); in RUNTIME_FUNCTION() local 464 uint32_t func_index = exp_fun->function_index(); in RUNTIME_FUNCTION() local 479 uint32_t func_index = exp_fun->function_index(); RUNTIME_FUNCTION() local [all...] |
| H A D | runtime-wasm.cc | 215 int func_index = args.smi_value_at(1); in RUNTIME_FUNCTION() local 316 int func_index = frame_finder.frame()->function_index(); in RUNTIME_FUNCTION() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | call-site-info.cc | 127 auto func_index = info->GetWasmFunctionIndex(); in GetEnclosingLineNumber() local 143 auto func_index = info->GetWasmFunctionIndex(); in GetEnclosingColumnNumber() local 154 auto func_index = info->GetWasmFunctionIndex(); in GetEnclosingColumnNumber() local 274 uint32_t func_index = info->GetWasmFunctionIndex(); in GetFunctionName() local 563 uint32_t func_index = info->GetWasmFunctionIndex(); in ComputeSourcePosition() local [all...] |
| H A D | shared-function-info.cc | 663 int func_index = wasm_exported_function_data().function_index(); in StartPosition() local 690 int func_index = wasm_exported_function_data().function_index(); in EndPosition() local
|
| /third_party/jerryscript/jerry-core/api/ |
| H A D | jerry-snapshot.c | 904 jerry_snapshot_result(const uint32_t *snapshot_p, size_t snapshot_size, size_t func_index, uint32_t exec_snapshot_opts, bool as_function) jerry_snapshot_result() argument 1033 jerry_exec_snapshot(const uint32_t *snapshot_p, size_t snapshot_size, size_t func_index, uint32_t exec_snapshot_opts) jerry_exec_snapshot() argument 1827 jerry_load_function_snapshot(const uint32_t *function_snapshot_p, const size_t function_snapshot_size, size_t func_index, uint32_t exec_snapshot_opts) jerry_load_function_snapshot() argument
|
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-wasm-objects.cc | 1016 GetWasmFunctionDebugName(Isolate* isolate, Handle<WasmInstanceObject> instance, uint32_t func_index) GetWasmFunctionDebugName() argument
|
| H A D | debug-interface.cc | 109 auto func_index = in GetFunctionDescription() local
|
| H A D | debug.cc | 888 int func_index = shared->wasm_exported_function_data().function_index(); in SetBreakpointForFunction() local
|
| /third_party/node/deps/v8/src/asmjs/ |
| H A D | asm-parser.cc | 2145 uint32_t func_index = module_builder_->IncreaseTableMinSize(0, mask + 1); in ValidateCall() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | WasmTranslator.cpp | 132 std::string getFunctionName(const WasmModule *Module, uint32_t func_index) { in getFunctionName() argument
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | frames.cc | 2068 int func_index = function_index(); in Print() local
|