Searched refs:DoDelete (Results 1 – 4 of 4) sorted by relevance
39 static void DoDelete(const void* object) { in DoDelete() function86 from_here, &DeleteHelper<T>::DoDelete, object); in DeleteViaSequencedTaskRunner()
120 void DoDelete(Runtime::FunctionId function_id,
1601 void Interpreter::DoDelete(Runtime::FunctionId function_id, in DoDelete() function in v8::internal::interpreter::Interpreter1617 DoDelete(Runtime::kDeleteProperty_Strict, assembler); in DoDeletePropertyStrict()1625 DoDelete(Runtime::kDeleteProperty_Sloppy, assembler); in DoDeletePropertySloppy()
1854 bool DoDelete = true; in runOnMachineFunction() local1874 DoDelete = false; in runOnMachineFunction()1880 DoDelete = true; in runOnMachineFunction()1882 if (!DoDelete) { in runOnMachineFunction()