Lines Matching defs:vector
325 std::vector<WasmCompilationUnit> units[kNumTiers];
453 std::vector<WasmCompilationUnit> stolen;
505 std::vector<std::unique_ptr<QueueImpl>> queues_;
610 std::vector<std::unique_ptr<WasmCode>> unpublished_code);
684 std::vector<std::unique_ptr<WasmCode>> unpublished_code);
706 std::vector<std::shared_ptr<JSToWasmWrapperCompilationUnit>>
740 // This mutex protects the callbacks vector, and the counters used to
749 std::vector<std::unique_ptr<CompilationEventCallback>> callbacks_;
760 std::vector<uint8_t> compilation_progress_;
770 std::vector<std::unique_ptr<WasmCode>> publish_queue_;
773 // Encoding of fields in the {compilation_progress_} vector.
912 const std::vector<WasmCompilationHint>& compilation_hints =
1065 std::vector<WasmCompilationUnit> baseline_units_;
1066 std::vector<WasmCompilationUnit> tiering_units_;
1067 std::vector<std::shared_ptr<JSToWasmWrapperCompilationUnit>>
1207 // Allocate feedback vector if needed.
1210 Handle<FixedArray> vector = isolate->factory()->NewFixedArrayWithZeroes(
1213 declared_function_index(module, func_index), *vector);
1266 void EnqueueCallees(std::vector<CallSiteFeedback> feedback) {
1294 std::vector<CallSiteFeedback> result(feedback.length() / 2);
1541 std::vector<WasmCompilationResult> results_to_publish;
1576 std::vector<std::unique_ptr<WasmCode>> unpublished_code =
1603 std::vector<std::unique_ptr<WasmCode>> unpublished_code =
3340 std::vector<int> recompile_function_indexes =
3691 std::vector<std::unique_ptr<WasmCode>> unpublished_code) {
3721 std::vector<WasmCode*> published_code =
3732 std::vector<std::unique_ptr<WasmCode>> unpublished_code) {